Skip to content

Commit 9aff37c

Browse files
committed
Credits
1 parent b66418d commit 9aff37c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Encryption Methods/camellia_cipher/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Encryption Methods/camellia_cipher/src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
/*
2+
Camellia Cipher
3+
Author @5mukx
4+
*/
25

36
use std::ptr;
47

Encryption Methods/camellia_cipher/src/sbox_generator.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
Random SBOX Generator !
3+
Author: @5mukx
4+
*/
5+
16
use std::collections::HashSet;
27
use rand::{rngs::StdRng, Rng, SeedableRng};
38

0 commit comments

Comments
 (0)