UNPKG

@plugnet/util-crypto

Version:
5 lines (4 loc) 142 B
/** * @summary Implements Sha-512 hashing functions for a variety of input and outputs */ export { default as sha512AsU8a } from './asU8a';