libsecp256k1 0.3.5

Pure Rust secp256k1 implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

The format is based on [Keep a Changelog]. 

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [0.3.5] - 2020-02-06
- Implement std::error::Error and Display for Error (PR #29)
- Fix the PartialEq impl of Field. (PR #30)
- Add LowerHex impl for SecretKey and Scalar (PR #32)
- Put signing behind feature flag (PR #33)