]> zoso.dev Git - libnemo.git/commitdiff
Update comment header to reflect current purpose.
authorChris Duncan <chris@zoso.dev>
Wed, 27 Nov 2024 21:35:10 +0000 (13:35 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 27 Nov 2024 21:35:10 +0000 (13:35 -0800)
src/lib/blake2b.ts

index 47a563746809aa31b3237a6b4883e443f61df77e..f9b8efc8de500c0b50d7a2c4b024d0d995d90fd3 100644 (file)
@@ -7,8 +7,7 @@
 * Implementation derived from blake2b@2.1.4. Copyright 2017 Emil Bay
 * <github@tixz.dk> (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
 */