Package com.exonum.binding.common.crypto
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. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCryptoFunctions.Ed25519 
 - 
 
- 
- 
Method Detail
- 
ed25519
public static CryptoFunction ed25519()
Returns a ED25519 public-key signature system crypto function. 
 - 
 
 -