Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hi all.

Please help me about how to create salsa20 dll file that VB calls it.

Dll file takes 2 parameter via vb api and give output after salsa20 encryption.

Thanks.
Posted
Comments
Richard MacCutchan 25-Jul-13 4:13am    
Use Google to find a copy of the documentation. It is unlikely that anyone is going to cpome by here who knows this product.

1 solution

use bstr or byte array as parameters. Allocate enough bytes in VB before calling it.

Because you havent written whoch version of VB your are using i guess you got no clue what do to. Show some code for better answerrs :doh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900