// Copyright 2019-2026 @pezkuwi/wasm-crypto authors & contributors // SPDX-License-Identifier: Apache-2.0 import * as wasm from '@pezkuwi/wasm-crypto'; import { runUnassisted } from './all/index.js'; runUnassisted('WASM', wasm);