feat: update
This commit is contained in:
@@ -2,7 +2,7 @@ use seckey::SecBytes;
|
||||
|
||||
fn main() {
|
||||
let mut secpass = SecBytes::with(8, |buf| buf.copy_from_slice(&[8; 8][..]));
|
||||
|
||||
|
||||
assert_eq!([8u8; 8], *secpass.read());
|
||||
|
||||
let mut wpass = secpass.write();
|
||||
|
||||
Reference in New Issue
Block a user