mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-06-23 16:31:08 +00:00
fix: Add JSDoc and export signAndVerify module
This commit is contained in:
parent
5e6a51e172
commit
1e2897974f
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
/**
|
||||
* `crypto` provides cryptographic operations and utilities for the Blah protocol, including key pairs and signing.
|
||||
*
|
||||
* @module
|
||||
*/
|
||||
|
||||
export * from "./keypair.ts";
|
||||
export * from "./publicKey.ts";
|
||||
export type { BlahPayloadSignee, BlahSignedPayload } from "./signedPayload.ts";
|
||||
export * from "./signAndVerify.ts";
|
||||
export * from "./utils.ts";
|
||||
|
|
Loading…
Add table
Reference in a new issue