rust-secp256k1-unsafe-fast/src
Andrew Poelstra 37f4f005d1
Merge rust-bitcoin/rust-secp256k1#429: Misc doc fixes
676a9800df Remove unnecessary panic message (sanket1729)
aa50cc6ced Remove Schnorr word from keypairs (sanket1729)

Pull request description:

  Keypairs are pair of EC points that don't have anything to do with the
  signature algorithm

ACKs for top commit:
  apoelstra:
    ACK 676a9800df
  tcharding:
    ACK 676a9800df

Tree-SHA512: ed3e6f5e821d18641234b308b130271dcd2ec0dd6519a0e9d91564ab8e902b82180d7df377f2bcf08cd3ca1df7ce775422e4a3c386637eaff348e58b033de3ea
2022-04-22 16:55:33 +00:00
..
ecdsa Add sign_ecdsa_with_noncedata and sign_ecdsa_recoverable_with_noncedata 2022-03-22 21:13:31 +09:00
constants.rs Deprecate SCHNORRSIG_SIGNATURE_SIZE 2022-03-04 14:28:24 +00:00
context.rs restore `global-context-less-secure` feature 2022-02-16 23:46:52 +00:00
ecdh.rs Implement de/serialization for SharedSecret 2022-03-12 07:46:21 +11:00
key.rs Remove unnecessary panic message 2022-03-21 16:37:15 -07:00
lib.rs Add sign_ecdsa_with_noncedata and sign_ecdsa_recoverable_with_noncedata 2022-03-22 21:13:31 +09:00
macros.rs Limit SharedSecret to 32 byte buffer 2022-02-21 13:33:17 +00:00
schnorr.rs secp256k1-sys: update upstream library 2022-03-08 19:45:41 +00:00
secret.rs Obfuscate SharedSecret when printing 2022-02-28 07:22:17 +00:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00