]> zoso.dev Git - libnemo.git/commitdiff
Rename NaCl implementation.
authorChris Duncan <chris@zoso.dev>
Thu, 28 Nov 2024 09:14:38 +0000 (01:14 -0800)
committerChris Duncan <chris@zoso.dev>
Thu, 28 Nov 2024 09:14:38 +0000 (01:14 -0800)
src/lib/account.ts
src/lib/block.ts
src/lib/tools.ts
src/lib/workers/nano-nacl.d.ts [moved from src/lib/workers/nacl-nano.d.ts with 100% similarity]
src/lib/workers/nano-nacl.ts [moved from src/lib/workers/nacl-nano.ts with 100% similarity]

index eefeb20ee05dbd470fee5f7f3158af6cdbd0f348..636a84f8cb6c1fea44832659573ed3c3b8cb3496 100644 (file)
@@ -6,7 +6,7 @@ import { ACCOUNT_KEY_LENGTH, ALPHABET, PREFIX, PREFIX_LEGACY } from './constants
 import { base32, bytes, hex } from './convert.js'\r
 import { Rpc } from './rpc.js'\r
 import { Safe } from './safe.js'\r
-import { nacl } from './workers/nacl-nano.js'\r
+import { nacl } from './workers/nano-nacl.js'\r
 \r
 /**\r
 * Represents a single Nano address and the associated public key. To include the\r
index 7084c76cb3c6910cffaa37f02c1d2dd551ddf722..c5d2a88300793ef1a5e9063ef4d504cfe706de89 100644 (file)
@@ -6,7 +6,7 @@ import { Account } from './account.js'
 import { bytes, dec, hex } from './convert.js'
 import { Rpc } from './rpc.js'
 import Tools from './tools.js'
-import { nacl } from './workers/nacl-nano.js'
+import { nacl } from './workers/nano-nacl.js'
 
 /**
 * Represents a block as defined by the Nano cryptocurrency protocol. The Block
index fbd1be8ab83fdc2a94c0a7b9407663caa5c27633..2ef54b7d4587fd6338b0a7dd50c61d3d6a5b8319 100644 (file)
@@ -8,7 +8,7 @@ import { bytes, hex } from './convert.js'
 import { Rpc } from './rpc.js'
 import { Bip44Wallet, Blake2bWallet, LedgerWallet } from './wallet.js'
 import { SendBlock } from './block.js'
-import { nacl } from './workers/nacl-nano.js'
+import { nacl } from './workers/nano-nacl.js'
 
 /**
 * Converts a decimal amount of nano from one unit divider to another.