Record Class Crypto.ChaCha20ParamsEB

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ChaCha20ParamsEB
Record Components:
key - Must be encoded with `hex`. 256-bit key.
nonce - Must be encoded with `hex`. 96-bit nonce.
Enclosing class:
Crypto

public static record Crypto.ChaCha20ParamsEB(String key, String nonce) extends Record