mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
feat: sha1 with ecdsa verifier
This commit is contained in:
@@ -92,7 +92,6 @@ export function generateCircuitInputsRegister(
|
||||
);
|
||||
}
|
||||
|
||||
// ! TODO
|
||||
const [messagePadded, messagePaddedLen] = shaPad(
|
||||
signatureAlgorithm,
|
||||
new Uint8Array(dataGroupHashes),
|
||||
@@ -117,7 +116,6 @@ export function generateCircuitInputsRegister(
|
||||
BigInt(n_dsc),
|
||||
BigInt(k_dsc)
|
||||
);
|
||||
// eContent = Array.from(messagePadded).map((x) => x.toString());
|
||||
}
|
||||
return {
|
||||
secret: [secret],
|
||||
|
||||
Reference in New Issue
Block a user