Kuska-ssb / handshake

Secure Scuttlebutt handshake + boxstream library
Other
22 stars 4 forks source link

Move all crypto functions to a module #7

Closed Dhole closed 4 years ago

Dhole commented 4 years ago

There are different modules that currently import sodiumoxide.

This issue is about moving all the cryptographic functions (for now taken from sodiumoxide) into a module and only import that module in the rest of the library without importing sodiumoxide.

Dhole commented 4 years ago

Duplicate #32