Many fixes

This commit is contained in:
2026-09-14 08:00:08 +00:00
parent 93b012592b
commit 2d970d3123
15 changed files with 338 additions and 176 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export class AuthSecp256k1 {
*/
static async create(inputDeps: AuthSecp256k1Deps, options: AuthSecp256k1Options): Promise<AuthSecp256k1> {
const deps = {
secp256k1: await instantiateSecp256k1(),
secp256k1: inputDeps.secp256k1 || await instantiateSecp256k1(),
...inputDeps,
};