rust-secp256k1-unsafe-fast/src
Andrew Poelstra a9f0ec2258
Merge rust-bitcoin/rust-secp256k1#381: Fix typo in documentation
47411ce73d Fix typo in documentation (Tobin Harding)

Pull request description:

  Docs reference a function name but there is a typo.

  'grund' -> 'grind'.

ACKs for top commit:
  apoelstra:
    ACK 47411ce73d

Tree-SHA512: e6724f1c7972625d59be0ae9de358295c9280e2e126e7322d706cbdca342c1189552b2fdeef9370ff4f85ea8ef185ef4447f6693979d5e8548fcfa2df41a491e
2022-01-19 18:48:04 +00:00
..
ecdsa Fix typo in documentation 2022-01-19 15:22:37 +11:00
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Add Debug/Copy/Clone derives 2022-01-12 18:55:06 +11:00
ecdh.rs Move ECDSA functionality into ECDSA module 2021-11-11 13:43:50 +11:00
key.rs Add serde impl for KeyPair 2022-01-18 20:10:11 +01:00
lib.rs Merge rust-bitcoin/rust-secp256k1#365: Fixed docs(rs) 2022-01-07 17:31:42 +00:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Deprecate generate_schnorrsig_keypair 2022-01-12 18:23:40 +11:00
secret.rs Add lints to catch missing traits 2022-01-07 10:28:10 +11:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00