UNPKG

158 BTypeScriptView Raw
1/**
2 * @summary Implements Sha-256/512 hashing functions for a variety of input and outputs
3 */
4export { shaAsU8a, sha256AsU8a, sha512AsU8a } from './asU8a';