Closed
Description
Related to #5371
Due to the adoption of a new hash calculation method, the hash
length is at most 21
in the following cases.
Lines 11 to 13 in b350d9e
#[test]
fn test() {
assert_eq!(xxhash_base64_url(b"0000").len(), 21);
assert_eq!(to_string(b"1111111111111111", 64, CHARACTERS_BASE64).unwrap().len(), 21);
}
Metadata
Metadata
Assignees
Labels
No labels