Class CryptoFunctions

java.lang.Object
com.exonum.binding.common.crypto.CryptoFunctions

public final class CryptoFunctions
extends Object
A collection of public-key signature system crypto functions.
  • Method Details

    • ed25519

      public static CryptoFunction ed25519()
      Returns a ED25519 public-key signature system crypto function.

      It is recommended to install libsodium in the system through a package manager and configure automatic updates to receive security fixes and performance improvements of libsodium in a timely manner. This implementation will attempt to use the installed libsodium; if it is not available, it will use the bundled one.