working rss feed to nostr publish
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { AsyncCipher } from '../utils.js';
|
||||
export declare function deriveKeys(key: Uint8Array, nonce: Uint8Array): Promise<{
|
||||
authKey: Uint8Array;
|
||||
encKey: Uint8Array;
|
||||
}>;
|
||||
export declare function aes_256_gcm_siv(key: Uint8Array, nonce: Uint8Array, AAD: Uint8Array): Promise<AsyncCipher>;
|
||||
//# sourceMappingURL=siv.d.ts.map
|
||||
Reference in New Issue
Block a user