We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73d372 commit 2cd395eCopy full SHA for 2cd395e
src/email-crypto/core.ts
@@ -114,7 +114,7 @@ export async function encryptEmailContentSymmetricallyWithKey(
114
}
115
116
117
-export async function encryptEmailAttachements(
+async function encryptEmailAttachements(
118
attachments: string[],
119
encryptionKey: CryptoKey,
120
aux: Uint8Array,
@@ -134,7 +134,7 @@ export async function encryptEmailAttachements(
134
135
136
137
-export async function decryptEmailAttachements(
+async function decryptEmailAttachements(
138
encryptedAttachments: Uint8Array[],
139
140
0 commit comments