From a59b90ece1f88f51cebe93bbd30ba7d39cd7f211 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 27 Nov 2024 13:35:10 -0800 Subject: [PATCH] Update comment header to reflect current purpose. --- src/lib/blake2b.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.34.1