Go to file
Andrew Poelstra 62504165e4 Reimplement non-typesafe `verify` fn, call it `verify_raw`.
The typesafe version could not accept illegally padded signatures because
`Signature` is a fixed-width type. Unfortunately such signatures are on
the blockchain, and we need a way to verify them.
2014-09-04 20:32:49 -05:00
src Reimplement non-typesafe `verify` fn, call it `verify_raw`. 2014-09-04 20:32:49 -05:00
.gitignore Add gitignore 2014-08-04 19:59:58 -04:00
.travis.yml Travis speaks rust now :D 2014-08-27 10:58:24 -07:00
Cargo.toml Generate keys from Fortuna rather than always using the OsRng 2014-08-31 22:26:02 -05: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