From: Chris Duncan Date: Wed, 27 Nov 2024 21:35:10 +0000 (-0800) Subject: Update comment header to reflect current purpose. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=a59b90ece1f88f51cebe93bbd30ba7d39cd7f211;p=libnemo.git Update comment header to reflect current purpose. --- diff --git a/src/lib/blake2b.ts b/src/lib/blake2b.ts index 47a5637..f9b8efc 100644 --- a/src/lib/blake2b.ts +++ b/src/lib/blake2b.ts @@ -7,8 +7,7 @@ * Implementation derived from blake2b@2.1.4. Copyright 2017 Emil Bay * (https://github.com/emilbayes/blake2b). See LICENSES/ISC.txt * -* Modified to eliminate dependencies, port to TypeScript, and bundle into web -* workers. +* Modified to eliminate dependencies and port to TypeScript. * * Original source commit: https://github.com/emilbayes/blake2b/blob/1f63e02e3f226642959506cdaa67c8819ff145cd/index.js */