A whimsical STROBE based encryption protocol
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't forget no-std!

+4
+3
wharrgarbl-strobe/src/lib.rs
··· 1 + #![no_std] 2 + #![forbid(unsafe_code)] 3 + 1 4 mod keccakf; 2 5 mod opflags; 3 6 mod ops;
+1
wharrgarbl-utils/src/lib.rs
··· 1 1 #![no_std] 2 + #![forbid(unsafe_code)] 2 3 3 4 #[derive(Debug)] 4 5 pub struct BufferSlice<'slice> {