jhawk28
jhawk28
lol, just saw: https://github.com/dgraph-io/ristretto/pull/292
I did a rebase but it didn't appear to work correctly. I would recommend just creating another PR.
submitted a new pr #350
No, I haven't had time to look into it.
updated API to return []byte and made a SecurityEncryption interface to separate plain/null (no encryption) from curve (with encryption). Found the issue with decryption (wasn't handling the more flag properly)....
Was able to get the encryption working as well.