Closed danbeechbloom closed 5 months ago
Hi,
Sorry, but you need to implement the Encoder interface here: https://github.com/ilap/pinenacl-dart/blob/9a1e440feb909d485e10edc8d5417ae02a441c81/lib/api/encoding.dart#L4
It's relative simple.
Perfect, thanks for your help 🙌
Hey,
I was using the following implementation of
ByteList.fromList
withpinenacl: 0.4.2
:I want to upgrade to
0.6.0
but when I try to use this I get errors & can't supply a base64 decoder as thecoder
param:Any tips on how to get this to work?
Thanks 👍