feat: Implement Krux KEF encryption compatibility

This commit is contained in:
LC mac
2026-02-08 01:36:17 +08:00
parent 008406ef59
commit 54195ead8d
10 changed files with 203 additions and 99 deletions

View File

@@ -44,6 +44,7 @@ export type DecryptionParams = {
export type EncryptionResult = {
framed: string | Uint8Array;
pgpBytes?: Uint8Array;
kefBytes?: Uint8Array; // Added for Krux binary output
recipientFingerprint?: string;
label?: string;
version?: number;