bigger shards, fixed get_large_blob

This commit is contained in:
Fabian Kaczmarczyck
2021-01-22 13:48:27 +01:00
parent b2c8c5a128
commit 3517b1163d
3 changed files with 20 additions and 13 deletions

View File

@@ -150,8 +150,8 @@ mod test {
let mut large_blobs = LargeBlobs::new();
let large_blob = vec![
0x80, 0x76, 0xbe, 0x8b, 0x52, 0x8d, 0x00, 0x75, 0xf7, 0xaa, 0xe9, 0x8d, 0x6f, 0xa5,
0x7a, 0x6d, 0x3c,
0x80, 0x76, 0xBE, 0x8B, 0x52, 0x8D, 0x00, 0x75, 0xF7, 0xAA, 0xE9, 0x8D, 0x6F, 0xA5,
0x7A, 0x6D, 0x3C,
];
let large_blobs_params = AuthenticatorLargeBlobsParameters {
get: Some(large_blob.len()),