Skip to content

v3.0.1

Latest

Choose a tag to compare

@DeirdreCleary DeirdreCleary released this 05 Sep 12:02
· 2 commits to master since this release
c7c3d21

Patch Changes

  • 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