rust-secp256k1-unsafe-fast/src
Andrew Poelstra 83a2245582
Merge rust-bitcoin/rust-secp256k1#643: Update docs to mention ECDSA
aa4489c71b key: Improve docs (Tobin C. Harding)

Pull request description:

  `PublicKey` types are for verifying ECDSA signatures, when these docs where written there were no other types of signatures. With the addition of taproot these docs have become stale.

ACKs for top commit:
  apoelstra:
    ACK aa4489c71b

Tree-SHA512: bb24d82f2bf316f8907b1bf02132d454d21f0b13d57f06f09f9985bc7fbf7b36e6972a0fdaf3a68967577dbe1995f2a14fd06fddd38eb46718f04bca1c50a445
2023-08-20 14:04:38 +00:00
..
ecdsa Improve Message constructors 2023-08-10 08:20:46 +10:00
constants.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
context.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
ecdh.rs Use hashes instead of bitcoin_hashes 2023-08-15 14:54:55 +10:00
key.rs Merge rust-bitcoin/rust-secp256k1#643: Update docs to mention ECDSA 2023-08-20 14:04:38 +00:00
lib.rs Clean up hashes import statements 2023-08-15 14:54:55 +10:00
macros.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
scalar.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
schnorr.rs Rename KeyPair to Keypair 2023-08-19 08:35:47 +10:00
secret.rs Rename KeyPair to Keypair 2023-08-19 08:35:47 +10:00
serde_util.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00