We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c7c3d21
55a80b9: tidy up string encryption
55a80b9: Improved API for configuring the Evervault::Client.
Previously there was no way to set the curve used for encryption. This can now be configured via the .configure method.
Evervault.configure do |config| config.curve = "secp256k1" end