PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/node_modules/@noble/curves/src
Просмотр файла: p256.ts
/**
* NIST secp256r1 aka p256.
* @module
*/
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
import { type HTFMethod } from './abstract/hash-to-curve.ts';
import { p256_hasher, p256 as p256n } from './nist.ts';
export const p256: typeof p256n = p256n;
export const secp256r1: typeof p256n = p256n;
export const hashToCurve: HTFMethod<bigint> = /* @__PURE__ */ (() => p256_hasher.hashToCurve)();
export const encodeToCurve: HTFMethod<bigint> = /* @__PURE__ */ (() => p256_hasher.encodeToCurve)();
Выполнить команду
Для локальной разработки. Не используйте в интернете!