DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Is it possible to provide a demo of using salsa20 #463

Open zengliming opened 4 years ago

zengliming commented 4 years ago

Is it possible to provide a demo of using salsa20.

thank you!

newpavlov commented 4 years ago

I strongly recommend to use the salsa20 crate instead.

zengliming commented 4 years ago

Ok i try. thank you!