Help implementing crypto library on top of Expo 33

I’ve been waiting for Expo 33 to arrive to implement crypto sign and verify. Is there a recommended library to use on top of the randombytes() implemented in expo 33? Is there a document showing how to set this up and get started?

Thanks.

Hi @todaq, not sure if it’s exactly what you’re looking for but- have you already taken a look at Expo’s new Crypto module?

Thanks. I did look at the Crypto api. We need the crypto sign and verify calls which aren’t yet supported. I just wanted to see if you had a recommended library which users are “sliding in” over top of randombytes for the rest of the crypto functionality and whether there were any instructions on doing this.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.