UNPKG

293 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/util-crypto authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3import { sr25519DeriveKeypairHard } from '@polkadot/wasm-crypto';
4import { createDeriveFn } from "./derive.js";
5export const sr25519DeriveHard = createDeriveFn(sr25519DeriveKeypairHard);
\No newline at end of file