Nanocurrency Web Js Versions Save

Toolkit for Nano cryptocurrency client side offline integrations without requiring NodeJS functions

1.4.3

2 years ago
  • Revert back a change regarding entropy length

1.4.2

2 years ago
  • Fix encrypting and decrypting emojis

1.4.1

2 years ago
  • Fix for legacy wallet creation presented in 1.4.0

1.4.0

2 years ago
  • Added new functionality to encrypt/decrypt strings with Diffie-Hellman key exchange with Nano addresses and private keys by converting the keys to Curve25519 keys suitable for encryption and using Box functionality from NaCl. The library will generate a random nonce to each encryption and pass the nonce along with the encrypted message encoded in Base64
  • Some code refactoring (use static classes and make sure ed25519 and curve classes are always freshly created)

1.3.6

2 years ago
  • Upgraded dependencies

1.3.5

2 years ago
  • Expose the blake2b hashing function
  • Expose the public key to address function

1.3.4

2 years ago
  • Updated dependencies
  • Improved documentation, JSDoc and typings

1.3.3

2 years ago
  • New feature: verify signatures with the public key
  • New feature: convert nano address to a public key
  • Add documentation about how to verify ownership of user's Nano address by doing a signature challenge
  • npm audit fix

1.3.2

3 years ago
  • Allow work to be omitted since it's not required for the signature
  • npm audit fix

1.3.1

3 years ago
  • generateLegacy seed is now optional