UNPKG

@polkadot/util-crypto

Version:
5 lines (4 loc) 161 B
/** * @summary Implements Sha-256/512 hashing functions for a variety of input and outputs */ export { sha256AsU8a, sha512AsU8a, shaAsU8a } from './asU8a.js';