All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated dependencies
- public
sk_to_curve
function (convertsSecretKey
toEphSecretKey
) as_base64()
fns for Keypair, PublicKey, Signature, HashNetworkKey::from_base64
Debug
trait impl for Keypair, SecretKey
- Dalek/RustCrypto implementation of crypto operations, in addition to sodiumoxide
- from_base64 functions for
Keypair
,PublicKey
,Signature
, andHash
- cargo feature flags to control functionality (dalek vs sodium, base64 decoding)
- no_std support
- Revamped API
- Crypto operations now default to the new Dalek/RustCrypto implementation