Commit Graph

12 Commits

Author SHA1 Message Date
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
2019-11-08 10:53:40 +01:00
Fraser Hutchison 4ef9496776 Fix some documentation issues. 2019-06-05 22:27:01 +02:00
Vladimir Komendantskiy fb2ad369f9 using serde derive feature instead of separate crate 2019-04-01 18:45:13 +02:00
Andreas Fackler 1b1df40c67 Upgrade to Rust 1.31.0 and edition 2018. 2018-12-10 17:18:32 +01:00
Andreas Fackler 05cde32d01 Instead of macro_use, use use. 2018-10-30 08:11:18 +01:00
Andrew Gross b39cc1f909 Typo fixes, added Code of Conduct file 2018-09-12 11:28:23 -06:00
DrPeterVanNostrand 72d1c607f8 Added 'try_' constructors to secret types. 2018-09-04 15:10:20 +00:00
Marc Brinkmann a7cd6e0529 Update to Rust `beta` channel. 2018-08-31 15:53:50 +02:00
Andrew Gross 9839566799 Minor README modifications, added environment variables section 2018-08-29 10:35:12 -06:00
DrPeterVanNostrand 824eef95ae Added basic public-key cryptography example. 2018-08-29 06:06:52 -07:00
DrPeterVanNostrand 29498c4d89 Added an example for threshold signing. 2018-08-27 16:33:07 +02:00
DrPeterVanNostrand 3e6df11c4b Added example for threshold encryption. 2018-08-13 09:08:53 -04:00