From: Chris Duncan Date: Thu, 3 Jul 2025 16:56:33 +0000 (-0700) Subject: Fix comment. X-Git-Tag: v0.10.5~136^2~21 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=f97899e04c6fa53b3e0191956dc8d88625b66ec6;p=libnemo.git Fix comment. --- diff --git a/src/lib/workers/safe.ts b/src/lib/workers/safe.ts index 98bb9dc..4ade245 100644 --- a/src/lib/workers/safe.ts +++ b/src/lib/workers/safe.ts @@ -84,7 +84,7 @@ export class Safe extends WorkerInterface { } /** - * Encrypts data with a password or CryptoKey and stores it in the Safe. + * Encrypts data with a password as bytes and stores it in the Safe. */ static async put (name: string, password: Uint8Array, data: any): Promise { if (this.#storage.getItem(name)) {