qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

feat(key): add key-to-base64 encoder and decoder functions #1914

Closed b5 closed 2 years ago

b5 commented 2 years ago

our keys-to-string serialization is a mess. this helps standardize the use of base64.StdEncoding across the codebase for key-to-string serialization.

@Arqu I've written this specifically to avoid adding a DecodeKey func to the cloud utils package