mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-03-07 09:57:50 +08:00
feat: Implement Krux KEF encryption compatibility
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user