interface HMAC {
    length: number;
    digest(data): Promise<Uint8Array>;
}

Properties

Methods

Properties

length: number

Methods