Skip to content

Commit e17c8db

Browse files
committed
cleanup
1 parent faf4a42 commit e17c8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crypto.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const testEncryptionPerformance = async tc => {
143143
encryptedData.push(await aes.encrypt(key, data[i]))
144144
}
145145
})
146-
/**560
146+
/**
147147
* @type {Array<Uint8Array>}
148148
*/
149149
const decryptedData = []

0 commit comments

Comments
 (0)