Closed rofl0r closed 1 year ago
Does the aead module satisfy your needs? If not we would love to get another module specifically with crypto_box_curve25519xsalsa20poly1305
I added classes not only for AEAD for specific modules, but also added a kx module allong for easy key exchange encryption using AEAD and can choose between chacha, xchacha and aesgcm
i'd like to use e.g. crypto_box_curve25519xsalsa20poly1305 rather than just crypto_box so i know what i get.