From c259dde908b7884978136de3639aaf55d26a57d6 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 15 Jul 2025 05:36:48 -0700 Subject: [PATCH] Formatting. --- src/lib/workers/nano-nacl.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/workers/nano-nacl.ts b/src/lib/workers/nano-nacl.ts index 441e053..1950fdf 100644 --- a/src/lib/workers/nano-nacl.ts +++ b/src/lib/workers/nano-nacl.ts @@ -11,13 +11,13 @@ import { Blake2b } from '#src/lib/blake2b.js' * Public domain. * * Implementation derived from TweetNaCl version 20140427. -* See for details: http:*tweetnacl.cr.yp.to/ +* See for details: http://tweetnacl.cr.yp.to/ * * Modified in 2024 by Chris Duncan to hash secret key to public key using * BLAKE2b instead of SHA-512 as specified in the documentation for Nano * cryptocurrency. -* See for details: https:*docs.nano.org/integration-guides/the-basics/ -* Original source commit: https:*github.com/dchest/tweetnacl-js/blob/71df1d6a1d78236ca3e9f6c788786e21f5a651a6/nacl-fast.js +* See for details: https://docs.nano.org/integration-guides/the-basics/ +* Original source commit: https://github.com/dchest/tweetnacl-js/blob/71df1d6a1d78236ca3e9f6c788786e21f5a651a6/nacl-fast.js */ export class NanoNaCl extends WorkerInterface { static { -- 2.47.3