eth-sig-util
eth-sig-util copied to clipboard
fix: update prop type for encryption related functions
This very small update strictens type of encryption related functions.
Current implementation only supports string, so it was specified.
Also, only "x25519-xsalsa20-poly1305" is supported for function prop version, so it was specified too, to reduce confusion