polkadot-js/common

View on GitHub
packages/util-crypto/src/sha/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/util-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0

/**
 * @summary Implements Sha-256/512 hashing functions for a variety of input and outputs
 */

export { sha256AsU8a, sha512AsU8a, shaAsU8a } from './asU8a.js';