You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
3.9 KiB
78 lines
3.9 KiB
/** |
|
* Deprecated module: moved from curves/abstract/utils.js to curves/utils.js |
|
* @module |
|
*/ |
|
import * as u from '../utils.ts'; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export type Hex = u.Hex; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export type PrivKey = u.PrivKey; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export type CHash = u.CHash; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export type FHash = u.FHash; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const abytes: typeof u.abytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const anumber: typeof u.anumber; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bytesToHex: typeof u.bytesToHex; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bytesToUtf8: typeof u.bytesToUtf8; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const concatBytes: typeof u.concatBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const hexToBytes: typeof u.hexToBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const isBytes: typeof u.isBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const randomBytes: typeof u.randomBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const utf8ToBytes: typeof u.utf8ToBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const abool: typeof u.abool; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const numberToHexUnpadded: typeof u.numberToHexUnpadded; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const hexToNumber: typeof u.hexToNumber; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bytesToNumberBE: typeof u.bytesToNumberBE; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bytesToNumberLE: typeof u.bytesToNumberLE; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const numberToBytesBE: typeof u.numberToBytesBE; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const numberToBytesLE: typeof u.numberToBytesLE; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const numberToVarBytesBE: typeof u.numberToVarBytesBE; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const ensureBytes: typeof u.ensureBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const equalBytes: typeof u.equalBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const copyBytes: typeof u.copyBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const asciiToBytes: typeof u.asciiToBytes; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const inRange: typeof u.inRange; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const aInRange: typeof u.aInRange; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bitLen: typeof u.bitLen; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bitGet: typeof u.bitGet; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bitSet: typeof u.bitSet; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const bitMask: typeof u.bitMask; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const createHmacDrbg: typeof u.createHmacDrbg; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const notImplemented: typeof u.notImplemented; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const memoized: typeof u.memoized; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const validateObject: typeof u.validateObject; |
|
/** @deprecated moved to `@noble/curves/utils.js` */ |
|
export declare const isHash: typeof u.isHash; |
|
//# sourceMappingURL=utils.d.ts.map
|