This commit is contained in:
Matthew Aaron Raymer
2023-01-04 17:09:11 +08:00
parent f021fcdb1c
commit f858a4d29a
3 changed files with 18 additions and 16 deletions

View File

@@ -110,4 +110,4 @@ export const sign = async (privateKeyHex: string) => {
const signer = didJwt.ES256KSigner(privateKeyBytes, true);
return signer;
};
};