import { default } from "https://deno.land/x/nostr_deno_client@v0.2.7/lib/message.ts";
Static Methods
private
getNormalizedX(key: Uint8Array): Uint8Arrayprivate
randomBytes(bytesLength?: number)private
stringToBuffer(value: string): ArrayBufferdecrypt(): Promise<string>
privkey: string,
pubkey: string,
data: string,
encryptMessage(): Promise<string>
to: string,
message: string,
_privateKey: string,