Files
pezkuwi-api/packages/bizinikiwi-bindings/dist/esm/hashes/keccak.mjs
T
pezkuwichain 31467f90d4 feat: add PAPI rebrand packages
- @pezkuwi/papi-utils (rebrand of @polkadot-api/utils)
- @pezkuwi/bizinikiwi-bindings (rebrand of @polkadot-api/substrate-bindings)
- @pezkuwi/metadata-builders (rebrand of @polkadot-api/metadata-builders)
- @pezkuwi/merkleize-metadata (rebrand of @polkadot-api/merkleize-metadata)

All @polkadot-api references replaced with @pezkuwi equivalents.
2026-01-22 15:40:12 +03:00

7 lines
142 B
JavaScript

import { keccak_256 } from '@noble/hashes/sha3.js';
const Keccak256 = keccak_256;
export { Keccak256 };
//# sourceMappingURL=keccak.mjs.map