rust-secp256k1-unsafe-fast/src
Matt Corallo d9d398ccc9 Re-support WASM via simple stub headers
libsecp256k1 really only barely uses libc at all, and in practice,
things like memcpy/memcmp get optimized into something other than a
libc call. Thus, if we provide simple stub headers, things seem to
work with wasm-pack just fine.
2020-04-29 15:32:54 -04:00
..
constants.rs Add constant of the prime of the curve field. 2020-03-06 09:15:32 +09:00
context.rs Wrap Secp256k1 from raw context in a ManuallyDrop 2019-12-05 17:51:59 +02:00
ecdh.rs Merge pull request #201 from elichai/2020-03-ecdh 2020-04-06 14:48:57 +00:00
key.rs Libraries. 2019-11-17 22:04:11 -03:00
lib.rs Re-support WASM via simple stub headers 2020-04-29 15:32:54 -04:00
macros.rs Replace SharedSecret with a more generic alternative 2019-12-05 17:45:24 +02:00
recovery.rs Fix broken benchmarks 2020-04-05 11:08:29 +03:00