Skip to content

Commit 61a71b6

Browse files
author
Bennett Hardwick
committed
32 byte term length
1 parent 01d2513 commit 61a71b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ where
7676
plaintext,
7777
// passing None here results in no terms so pass an empty string
7878
Some(salt.unwrap_or("")),
79-
16,
79+
32,
8080
)?
8181
.as_binary()
8282
.map(hex::encode)

0 commit comments

Comments
 (0)