PATH:
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
util
/// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> import { BinaryLike, KeyLike, KeyPairKeyObjectResult } from 'crypto'; export declare function generateKeyPair(): KeyPairKeyObjectResult; export declare function createPublicKey(key: string | Buffer): KeyLike; export declare function signBlob(data: NodeJS.ArrayBufferView, privateKey: KeyLike): Buffer; export declare function verifyBlob(data: Buffer, key: KeyLike, signature: Buffer, algorithm?: string): boolean; export declare function hash(data: BinaryLike): Buffer; export declare function randomBytes(count: number): Buffer;
[-] ua.js
[open]
[+]
..
[-] crypto.js
[open]
[-] json.js
[open]
[-] encoding.d.ts
[open]
[-] appdata.js
[open]
[-] oidc.js
[open]
[-] oidc.d.ts
[open]
[-] pem.js
[open]
[-] promise.d.ts
[open]
[-] promise.js
[open]
[-] index.js
[open]
[-] index.d.ts
[open]
[-] dsse.d.ts
[open]
[-] ua.d.ts
[open]
[-] stream.js
[open]
[-] dsse.js
[open]
[-] stream.d.ts
[open]
[-] appdata.d.ts
[open]
[-] crypto.d.ts
[open]
[-] pem.d.ts
[open]
[-] json.d.ts
[open]
[-] encoding.js
[open]