rust-secp256k1-unsafe-fast/src
Tobin Harding 4b840ffe87
Remove schnorrsig from helper method
Recently we moved from using the identifier 'schnorrsig' to 'schnorr',
we omitted to update a helper function.
2022-03-04 14:28:28 +00:00
..
ecdsa Use feature std with rand-std 2022-02-11 07:44:16 +00: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 Obfuscate SharedSecret when printing 2022-02-28 07:22:17 +00:00
key.rs Deprecate SCHNORRSIG_PUBLIC_KEY_SIZE 2022-03-04 14:27:58 +00:00
lib.rs `Parity` conversion and error handling cleanup 2022-02-28 20:59:51 +01:00
macros.rs Limit SharedSecret to 32 byte buffer 2022-02-21 13:33:17 +00:00
schnorr.rs Remove schnorrsig from helper method 2022-03-04 14:28:28 +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