4 lines
		
	
	
		
			242 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			242 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { 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;
 |