Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
enginestein authored Jun 14, 2023
1 parent b36f2d0 commit 8a60957
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions lib.rs
Original file line number Diff line number Diff line change
@@ -1,58 +1 @@
pub mod Cryptode {
pub mod alphabet;
pub mod cipher;
pub mod keygen;
pub mod morse;
pub mod substitute;
pub mod adfgvx;
pub mod affine;
pub mod autokey;
pub mod baconian;
pub mod caesar;
pub mod columnar_transposition;
pub mod common;
pub mod fractionated_morse;
pub mod hill;
pub mod playfair;
pub mod polybius;
pub mod porta;
pub mod railfence;
pub mod rot13;
pub mod scytale;
pub mod vigenere;
pub mod argon2_macros;
pub mod argon2i13;
pub mod argon2id13;
pub mod bcrypt;
pub mod decode_ascii;
pub mod hash_macros;
pub mod hmac;
pub mod keyexchange;
pub mod mac;
pub mod md5;
pub mod scrypt;
pub mod scryptsalsa208sha256;
pub mod sha1;
pub mod sha512;
pub mod siphash24;
pub mod aes;
pub mod another_rot13;
pub mod blake2b;
pub mod chacha;
pub mod diffie_hellman;
pub mod encryption;
pub mod kerninghan;
pub mod morse_code;
pub mod polybius;
pub mod rail_fence;
pub mod rot13;
pub mod salsa;
pub mod sha3;
pub mod sha256;
pub mod tea;
pub mod theoretical_rot;
pub mod transposition;
pub mod utils;
pub mod xor;

}

0 comments on commit 8a60957

Please sign in to comment.