mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-10 07:07:57 -05:00
* KOS15 check * prost->core try_into misc rename * add new states replace unwrap * fix xor() * add clmul crate * remove debug info * add license file * replace unwrap with match * move emptool ref clmul128 into clmul.rs to avoid cfg_if in lib.rs test all backends from lib.rs * idiomatic error assert in tests * 6x speed up with clmul_reuse. add benchmarks * simplify autodetection logic * resolve endianness issue * add a dummy "tests" dir to make mod tests happy * fix path * add MIT license and README Co-authored-by: themighty1 <you@example.com> Co-authored-by: sinuio <>
16 lines
218 B
TOML
16 lines
218 B
TOML
[workspace]
|
|
members = [
|
|
"tls-core",
|
|
"mpc-core",
|
|
"mpc-aio",
|
|
"mpc-circuits",
|
|
"tls-2pc-core",
|
|
"tls-2pc-aio",
|
|
"utils-aio",
|
|
"requester",
|
|
"notary",
|
|
"core",
|
|
"clmul",
|
|
#"wasm",
|
|
]
|