rust-secp256k1-unsafe-fast/src
Dominik Spicher 9be8e74107 Allow SharedSecret to be created from byte array
This was accidentally removed in 8b2edad. See also the discussion
on https://github.com/rust-bitcoin/rust-secp256k1/pull/402
2022-03-10 22:38:25 +01: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 Allow SharedSecret to be created from byte array 2022-03-10 22:38:25 +01:00
key.rs Deprecate SCHNORRSIG_PUBLIC_KEY_SIZE 2022-03-04 14:27:58 +00:00
lib.rs update "should terminate abnormally" test to trigger a different ARG_CHECK 2022-03-08 19:45:43 +00: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