feat: add crypto module (Ed25519 key generation, sign, verify)
Moves verifySignature, signMessage, generateKeyPair and utility functions from Yonexus.Client into Protocol so Server no longer depends on Client at build time or runtime.
This commit is contained in:
@@ -2,3 +2,4 @@ export * from "./types.js";
|
||||
export * from "./codec.js";
|
||||
export * from "./errors.js";
|
||||
export * from "./auth.js";
|
||||
export * from "./crypto.js";
|
||||
|
||||
Reference in New Issue
Block a user