Refactor challenge 36 to match SRP protocol better

This commit is contained in:
2022-10-06 17:05:46 -04:00
parent eae126f4cd
commit a1de52bfd2
4 changed files with 155 additions and 64 deletions

View File

@@ -4,7 +4,6 @@
#![allow(clippy::items_after_statements)]
#![allow(clippy::many_single_char_names)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::unnested_or_patterns)]
mod bytes;
mod bytes_base64;
mod cbc;
@@ -21,6 +20,7 @@ mod set3;
mod set4;
mod set5;
mod sha1;
mod srp;
mod utils;
fn main() {