rust-secp256k1-unsafe-fast/src
Tobin Harding 5c7c76eb74
Rename serialize_secret -> secret_bytes
The `serialize_secret` method is a getter method, it does not do any
serialisation. However we use the method on secret keys and key types so
in order for the name to be uniform use the descriptive name
`secret_bytes`.

Rename `serialize_secret` to be `secret_bytes`.
2022-02-28 07:11:24 +00:00
..
ecdsa Use feature std with rand-std 2022-02-11 07:44:16 +00:00
constants.rs Use rust-bitcoin module doc style 2022-02-09 07:31:55 +00:00
context.rs restore `global-context-less-secure` feature 2022-02-16 23:46:52 +00:00
ecdh.rs Limit SharedSecret to 32 byte buffer 2022-02-21 13:33:17 +00:00
key.rs Rename serialize_secret -> secret_bytes 2022-02-28 07:11:24 +00:00
lib.rs Merge rust-bitcoin/rust-secp256k1#340: Improve documentation 2022-02-10 15:42:30 +00:00
macros.rs Limit SharedSecret to 32 byte buffer 2022-02-21 13:33:17 +00:00
schnorr.rs Remove explicit mention of feature requirements 2022-02-11 07:47:52 +00:00
secret.rs Rename serialize_secret -> secret_bytes 2022-02-28 07:11:24 +00:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00