Skip to content

Commit f8c46d0

Browse files
author
jin
committed
$mol_crypto_sacred_shared: fixed bit length
1 parent 5477b7d commit f8c46d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/sacred/shared/shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace $ {
1111
public: await pub.native_derive(),
1212
},
1313
await priv.native_derive(),
14-
$mol_crypto_sacred.size,
14+
$mol_crypto_sacred.size * 8,
1515
) )
1616
)
1717

0 commit comments

Comments
 (0)