]> zoso.dev Git - libnemo.git/commitdiff
Remove imports.
authorChris Duncan <chris@zoso.dev>
Tue, 26 Nov 2024 19:33:57 +0000 (11:33 -0800)
committerChris Duncan <chris@zoso.dev>
Tue, 26 Nov 2024 19:33:57 +0000 (11:33 -0800)
src/lib/blake2b.ts

index 563ea4df3a2c8085156124172752f5a6e53e23d2..cd5d05483e2b83d049cbe8fe0727d7f30db6e423 100644 (file)
@@ -12,9 +12,6 @@
 // TypeScript, and bundle into web workers.
 // Original source commit: https://github.com/emilbayes/blake2b/blob/1f63e02e3f226642959506cdaa67c8819ff145cd/index.js
 
-var assert = require('nanoassert')
-var b2wasm = require('blake2b-wasm')
-
 // 64-bit unsigned addition
 // Sets v[a,a+1] += v[b,b+1]
 // v should be a Uint32Array