aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helpers/fetchSolution.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/fetchSolution.ts b/src/helpers/fetchSolution.ts
index dd623a0..6c607ed 100644
--- a/src/helpers/fetchSolution.ts
+++ b/src/helpers/fetchSolution.ts
@@ -43,7 +43,7 @@ export async function getDailySolution(): Promise<Song> {
const combined = new Uint8Array(ciphertext.length + authTag.length);
combined.set(ciphertext);
combined.set(authTag, ciphertext.length);
- console.log(key.algorithm);
+ console.log(key.algorithm); // bro
console.log(key.usages);
const decrypted = await crypto.subtle.decrypt(
{ name: 'AES-GCM', iv: hexToBytes(iv) },
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage