UNPKG

signify-ts

Version:

Signing at the edge for KERI, ACDC, and KERIA

6 lines (5 loc) 238 B
import { Matter, MatterArgs } from './matter'; export declare class Cipher extends Matter { constructor({ raw, code, qb64, qb64b, qb2 }: MatterArgs); decrypt(prikey?: Uint8Array | undefined, seed?: Uint8Array | undefined): any; }