TheCoderateKid
TheCoderateKid
> > Btw, I've also seen this approach used, but I can't figure out if it's just two ways of writing the same thing: > > Thanks for posting this....
Thanks @MartijnR , this helped out a lot !!!
Just to note, my issue was I needed SHA-512, i did not see this in the documentation, so this worked for me ```javascript var encoded = publicKey.encrypt(data, 'RSA-OAEP', { md:...
i was able to get this to build as a swift package imported via SPM in my app project using this and removing the executableTarget. The examples are kind of...