We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22c576 commit 80b6a75Copy full SHA for 80b6a75
src/util/token.rs
@@ -84,7 +84,7 @@ impl std::ops::Deref for NewSecureToken {
84
}
85
86
87
-pub(crate) fn generate_secure_alphanumeric_string(len: usize) -> String {
+fn generate_secure_alphanumeric_string(len: usize) -> String {
88
const CHARS: &[u8] = b"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
89
90
OsRng
0 commit comments