A whimsical STROBE based encryption protocol
2
fork

Configure Feed

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

Add Error impl to GarbledError

+2
+2
src/lib.rs
··· 19 19 f.write_str("Protocol Failure") 20 20 } 21 21 } 22 + 23 + impl core::error::Error for GarbledError {}