.tangled/workflows/miri.yml
.tangled/workflows/miri.yml
This file has not been changed.
src/handshake.rs
src/handshake.rs
This file has not been changed.
src/lib.rs
src/lib.rs
This file has not been changed.
wharrgarbl-neko/SPEC.md
wharrgarbl-neko/SPEC.md
This file has not been changed.
wharrgarbl-neko/src/kats.rs
wharrgarbl-neko/src/kats.rs
This file has not been changed.
+1
wharrgarbl-neko/src/lib.rs
+1
wharrgarbl-neko/src/lib.rs
···
201
201
};
202
202
// Select the amount of bytes to zero, according to Security level
203
203
// 128 bits = 16 bytes to zero out to achieve forward secrecy
204
+
// 192 bits = 24 bytes to zero out to achieve forward secrecy
204
205
// 256 bits = 32 bytes to zero out to achieve forward secrecy
205
206
let ratchet_bytes = Sec::RATCHET;
206
207
wharrgarbl-neko/src/operators.rs
wharrgarbl-neko/src/operators.rs
This file has not been changed.
wharrgarbl-neko/src/traits.rs
wharrgarbl-neko/src/traits.rs
This file has not been changed.
History
7 rounds
0 comments
1 commit
expand
collapse
NEKO v0.2.1 spec, 192 bit mode, const type asserts
merge conflicts detected
expand
collapse
expand
collapse
- src/handshake.rs:36
- src/lib.rs:2
- wharrgarbl-neko/SPEC.md:1
- wharrgarbl-neko/src/kats.rs:1
- wharrgarbl-neko/src/lib.rs:1
- wharrgarbl-neko/src/operators.rs:1
- wharrgarbl-neko/src/traits.rs:1