firstfloorsoftware / flutter_sodium

Flutter bindings for libsodium
BSD 3-Clause "New" or "Revised" License
102 stars 47 forks source link

Adds bindings to crypto_core_hchacha20 and crypto_core_hsalsa20 #57

Closed pheki closed 3 years ago

pheki commented 3 years ago

Helps #35 to move forward.

crypto_core_hchacha20 is documented on libsodium's key_derivation page and is needed to interoperate libsodium with monocypher.

Thanks a lot for this library 😄