修改后台权限
This commit is contained in:
3
node_modules/@ecies/ciphers/dist/chacha/node.d.ts
generated
vendored
Normal file
3
node_modules/@ecies/ciphers/dist/chacha/node.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { type Cipher } from "@noble/ciphers/utils";
|
||||
export declare const xchacha20: (key: Uint8Array, nonce: Uint8Array, AAD?: Uint8Array) => Cipher;
|
||||
export declare const chacha20: (key: Uint8Array, nonce: Uint8Array, AAD?: Uint8Array) => Cipher;
|
||||
Reference in New Issue
Block a user