Commit Graph

  • a67260eb3a Remove unsafe markers and just call `init` everywhere Andrew Poelstra 2014-08-28 10:59:44 -0700
  • a5951eff47 Expose tweak functions in FFI, wrap a couple Andrew Poelstra 2014-08-28 09:16:53 -0700
  • e13b23d720 Add curve order and generator coordinates to constants Andrew Poelstra 2014-08-27 22:49:22 -0700
  • a0f11d0f92 Travis speaks rust now :D Andrew Poelstra 2014-08-27 10:19:10 -0700
  • 83f2ccf5d7 Add verification to SecretKey::from_slice() Andrew Poelstra 2014-08-24 16:13:08 -0700
  • 79815e225b Add .travis.yml, update tests and Cargo.toml for upstream changes Andrew Poelstra 2014-08-17 18:55:07 -0700
  • bf011f956e Merge pull request #2 from dpc/random_32 Andrew Poelstra 2014-08-16 10:23:40 -0700
  • 1ce6e3fd3b Simpler `random_32_bytes`. Dawid Ciężarkiewicz 2014-08-16 02:21:35 -0700
  • 6c8a72ba5d Remove allocations for Signature, use array instead Andrew Poelstra 2014-08-15 23:43:40 -0700
  • db37829904 Add CC0 license and header to all files Andrew Poelstra 2014-08-11 19:26:14 -0700
  • 4be48ecb1b Move Rng failure from `Secp256k1::new` to functions that actually use randomness Andrew Poelstra 2014-08-09 20:40:21 -0700
  • d6bf4039bd Pull out initialization code so that `PublicKey::from_secret_key` can be used safely Andrew Poelstra 2014-08-09 20:34:16 -0700
  • 522bafe433 Remove VerifyResult since it is never used Andrew Poelstra 2014-08-09 19:07:55 -0700
  • 80df78c9a9 Add slice methods to `Nonce` Andrew Poelstra 2014-08-09 19:02:09 -0700
  • 0adc7e1ce2 Add keypair slice methods and unit tests Andrew Poelstra 2014-08-09 18:46:38 -0700
  • 5b15918a9a Move FFI and constants into their own modules; replace outptrs with returns Andrew Poelstra 2014-08-09 18:03:17 -0700
  • 448f4829e7 Move FFI functions into separate module; add documentation and style lints Andrew Poelstra 2014-08-09 13:27:08 -0700
  • 15e0995585 Add `LICENSE`. Dawid Ciężarkiewicz 2014-08-10 16:23:40 -0700
  • 2c2a98a153 Merge pull request #1 from steveklabnik/master Dawid Ciężarkiewicz 2014-08-04 17:04:33 -0700
  • 462df41994 Add gitignore Steve Klabnik 2014-08-04 19:59:16 -0400
  • 2fa6a4d38e fix unused import warning Steve Klabnik 2014-08-04 19:58:57 -0400
  • 100fc277a6 Fix tests cases. Dawid Ciężarkiewicz 2014-08-04 16:51:47 -0700
  • 4c9f47e108 Update for newest Cargo Dawid Ciężarkiewicz 2014-07-23 16:11:18 -0700
  • 05406515b8 Initial (failing) implementation. Dawid Ciężarkiewicz 2014-07-06 22:41:22 -0700