MattyIce / steem-keychain

A wallet browser extension for the Steem blockchain and cryptocurrency
MIT License
64 stars 46 forks source link

Request sign Buffer does not accept buffers #137

Open vaultec81 opened 4 years ago

vaultec81 commented 4 years ago

Why is it that steem_keychain.requestSignBuffer only accepts strings. Could support be added for buffers? Although this is not a problem for most developers and easy to work around. I think it is needed to have support for buffer. (For example when using cryptographically random data it would have to be encoded to ASCII before signature)