- remove custom traits Hash, Sig and Rand. Instead use the traits provided by crates
digest
,signature
andrand_core
. - code refactoring - use a single generic struct instead of using separating structs for different group implementations (i.e.
num-bigint
andp256
). - add benches for benchmarking steps in protocols.
- initial version of schnorr-rs.