eth-sig-util icon indicating copy to clipboard operation
eth-sig-util copied to clipboard

fix: update prop type for encryption related functions

Open promet99 opened this issue 2 years ago • 0 comments

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

promet99 avatar Jul 01 '23 14:07 promet99