mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 08:43:09 +00:00
fix
This commit is contained in:
parent
47ed8d4f43
commit
b53ba62209
@ -18,7 +18,7 @@ export class IdentityCredential {
|
||||
const idNullifier = memKeys.subarray(32, 64);
|
||||
const idSecretHash = memKeys.subarray(64, 96);
|
||||
const idCommitment = memKeys.subarray(96, 128);
|
||||
const idCommitmentBigInt = buildBigIntFromUint8Array(idCommitment, 32);
|
||||
const idCommitmentBigInt = buildBigIntFromUint8Array(idCommitment);
|
||||
|
||||
return new IdentityCredential(
|
||||
idTrapdoor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user