Initial commit
commit
6611fbc785
@ -0,0 +1,5 @@
|
||||
pub mod crypt {
|
||||
pub fn encrypt_data(data: &[u8], key: &[u8]) -> &[u8] {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue