0.7.19 • Published 3 years ago

@vex-chat/crypto v0.7.19

Weekly downloads
297
License
AGPL-3.0-or-later
Repository
-
Last release
3 years ago

@vex-chat/crypto-js

typescript_ci

All of the crypto functions for the key exchange are contained in here.

Documentation

external crypto dependencies

  • tweetnacl-js: sign / encrypt / decrypt / hash
  • create-hmac: hmac generation
  • ed2curve: convert ed25519 PK to x25519
  • bip39: mnemonic generation
  • futoin-hkdf: key derivation function