blob: a6552e5d11ef244f44b2c681a1233f4a7444964e [file] [log] [blame]
declare function sha1(bytes: Uint8Array): Uint8Array;
export default sha1;