Refactor challenge 36 to match SRP protocol better
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user