Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 278 Bytes

File metadata and controls

8 lines (5 loc) · 278 Bytes

salsa20

Salsa20 cipher implementation in Haskell

It actually works, does at least as fast as naive C implementation (optimized C will obviously run faster) and tested with e-crypt test vetors.

Do not use any low-level functions, I'm going to create export list soon.