Record Class Crypto.ChaCha20ParamsCB

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

public static record Crypto.ChaCha20ParamsCB(String nonce) extends Record