All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tsec.internal.KxConstants.scala Maven / Gradle / Ivy

package tsec.internal

private[tsec] trait KxConstants {

  val crypto_kx_PUBLICKEYBYTES  = 32
  val crypto_kx_SECRETKEYBYTES  = 32
  val crypto_kx_SEEDBYTES       = 32
  val crypto_kx_SESSIONKEYBYTES = 32
  val crypto_kx_PRIMITIVE       = "x25519blake2b"

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy