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

cryptography.AssociatedData.kt Maven / Gradle / Ivy

package nl.sanderdijkhuis.noise.cryptography

import nl.sanderdijkhuis.noise.data.Data

/** For use in Authenticated Encryption with Associated Data. */
@JvmInline
value class AssociatedData(val data: Data)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy