@vex-chat/crypto
v0.7.19
Published
Crypto functions for vex
Downloads
7
Readme
@vex-chat/crypto-js
All of the crypto functions for the key exchange are contained in here.
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