UNPKG

@hackbg/miscreant-esm

Version:

(ESM port) Misuse resistant symmetric encryption library providing AES-SIV (RFC 5297), AES-PMAC-SIV, and STREAM constructions

3 lines (2 loc) 113 B
/** Count the number of trailing zeroes in a given number */ export declare function ctz(value: number): number;