rust-secp256k1-unsafe-fast/no_std_test
Tobin Harding 834f63c26c
Separate new_with_hash into public function
In preparation for simplifying the `SharedSecret` internals pull the
`new_with_hash` function logic out into a standalone public function
that provides similar functionality without use of the `SharedSecret`
struct. Function now returns the 64 bytes of data representing a shared
point on the curve, callers are expected to the hash these bytes to get
a shared secret.
2022-02-18 09:51:06 +00:00
..
src Separate new_with_hash into public function 2022-02-18 09:51:06 +00:00
Cargo.toml New alloc feature 2021-06-08 20:41:49 +02:00