move keccak related functions to front end

This commit is contained in:
2025-03-09 15:48:54 +01:00
parent edeb1b7c73
commit 35ff9cb240
8 changed files with 51 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
const keccak = require('../src/keccak');
import { keccak } from '../src/public/keccak';
const stringutils = require('../src/stringutils');
describe('keccak.js functions', () => {