Reduce useless salt size
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export async function hkdf(key: Uint8Array, usage: Usage, context?: string): Pro
|
||||
{
|
||||
name: 'HKDF',
|
||||
hash: 'SHA-512',
|
||||
salt: new Uint8Array(32),
|
||||
salt: new Uint8Array(16),
|
||||
info
|
||||
},
|
||||
material,
|
||||
|
||||
Reference in New Issue
Block a user