rust-secp256k1-unsafe-fast/src
Tobin Harding 8339ca5706 Add documentation guiding users towards randomization
Now that we opportunistically randomize the context on creation if
`rand-std` is enabled it would be nice to encourage users who do not
wish to use `rand-std` to randomize the context. We already have an API
to do this but it requires a separate call to do so. Instead of adding a
bunch of additional constructors elect to add documentation to the
current constructors guiding users towards randomization.
2022-02-04 08:36:15 +11:00
..
ecdsa Enable running tests without default features 2022-02-01 15:20:44 +11:00
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Add documentation guiding users towards randomization 2022-02-04 08:36:15 +11:00
ecdh.rs Enable running tests without default features 2022-02-01 15:20:44 +11:00
key.rs Remove feature global-context-less-secure 2022-02-04 08:34:39 +11:00
lib.rs Add documentation about rand-std feature 2022-02-04 08:36:15 +11:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Fix typo 'epected' -> 'expected' 2022-02-03 08:36:36 +11:00
secret.rs Add multiple implementations of Debug for secrets 2022-02-01 14:51:40 +11:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00