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.
- enhancement - bech32 support
- Bumped fastcrypto from 1.6 to 1.7
- Bumped py03 from v0.19.0 to v0.20.0
- Bumped maturin from 1.1.0 to 1.3.0
- enhancement Sign arbirary message
- enhancement Verify signature
- Rust documentation
- Updated README.rst
keys_from_mnemonics
takes phrase and derivation path
keys_from_keystring
andgenerate_new_keypair
now return private key bytess instead of token- README.rst
- Returning the SignatureScheme from
generate_new_keypair
andkeys_from_mnemonics
- Returning the mnemonic phrase from `keys_from_mnemonics
keys_from_keystring
andgenerate_new_keypair
return a token (hash of pubkey) to be used in signing- Only publishing sdist on PyPi