/**
 * @summary Implements Sha-512 hashing functions for a variety of input and outputs
 */
export { default as sha512AsU8a } from './asU8a';
