Weiliang Li
036b720b7f
Clean up and add parity codec support ( #91 )
...
* clean Cargo.toml and add parity codec support
* upgrade parity codec
* fix travis
* make clippy happy
* use zeroize instead of memsec
* fix zeroize and add test
* Update .travis.yml
* improve codec support
* fix
* add TODO for removing clear_fr
6 years ago
Fraser Hutchison
4ef9496776
Fix some documentation issues.
6 years ago
Vladimir Komendantskiy
fb2ad369f9
using serde derive feature instead of separate crate
6 years ago
Andreas Fackler
1b1df40c67
Upgrade to Rust 1.31.0 and edition 2018.
6 years ago
Andreas Fackler
05cde32d01
Instead of macro_use, use use.
7 years ago
Andrew Gross
b39cc1f909
Typo fixes, added Code of Conduct file
7 years ago
DrPeterVanNostrand
72d1c607f8
Added 'try_' constructors to secret types.
7 years ago
Marc Brinkmann
a7cd6e0529
Update to Rust `beta` channel.
7 years ago
Andrew Gross
9839566799
Minor README modifications, added environment variables section
7 years ago
DrPeterVanNostrand
824eef95ae
Added basic public-key cryptography example.
7 years ago
DrPeterVanNostrand
29498c4d89
Added an example for threshold signing.
7 years ago
DrPeterVanNostrand
3e6df11c4b
Added example for threshold encryption.
7 years ago