UNPKG

171 BJavaScriptView Raw
1// Copyright 2017-2023 @polkadot/util-crypto authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4export const DEFAULT_PARAMS = {
5 N: 1 << 15,
6 p: 1,
7 r: 8
8};
\No newline at end of file