Custom fork of rust-secp256k1 with unsafe modifications for higher speed. Unsuitable for production.
Go to file
Andrew Poelstra 6c8a72ba5d Remove allocations for Signature, use array instead
As @dpc observes, embedded systems do not necessarily have allocators, so we
should avoid using them if it is not too much hassle. (And it is no hassle at
all.)
2014-08-15 23:43:40 -07:00
src Remove allocations for Signature, use array instead 2014-08-15 23:43:40 -07:00
.gitignore Add gitignore 2014-08-04 19:59:58 -04:00
Cargo.toml Update for newest Cargo 2014-07-23 16:34:04 -07:00
LICENSE Add `LICENSE`. 2014-08-10 16:23:40 -07:00
LICENSE-CC0 Add CC0 license and header to all files 2014-08-11 19:26:45 -07:00
Makefile Initial (failing) implementation. 2014-07-06 22:41:22 -07:00