tsec.cipher.symmetric.bouncy
package tsec.cipher.symmetric.bouncy
Members list
Type members
Classlikes
object BouncySecretKey
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
BouncySecretKey.type
trait ChaCha20Poly1305
Attributes
- Companion
- object
- Source
- ChaCha20Poly1305.scala
- Supertypes
object ChaCha20Poly1305 extends AEADAPI[ChaCha20Poly1305, BouncySecretKey]
Attributes
- Companion
- trait
- Source
- ChaCha20Poly1305.scala
- Supertypes
- Self type
-
ChaCha20Poly1305.type
Attributes
- Companion
- object
- Source
- ChaCha20Poly1305IETF.scala
- Supertypes
object ChaCha20Poly1305IETF
Attributes
- Companion
- trait
- Source
- ChaCha20Poly1305IETF.scala
- Supertypes
- Self type
-
ChaCha20Poly1305IETF.type
trait XChaCha20Poly1305
Attributes
- Companion
- object
- Source
- XChaCha20Poly1305.scala
- Supertypes
object XChaCha20Poly1305 extends AEADAPI[XChaCha20Poly1305, BouncySecretKey]
Attributes
- Companion
- trait
- Source
- XChaCha20Poly1305.scala
- Supertypes
- Self type
-
XChaCha20Poly1305.type
trait XSalsa20Poly1305
https://tools.ietf.org/html/rfc7539#section-2.5 impl derived from: https://cr.yp.to/snuffle/xsalsa-20081128.pdf https://github.com/jedisct1/libsodium/blob/master/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
https://tools.ietf.org/html/rfc7539#section-2.5 impl derived from: https://cr.yp.to/snuffle/xsalsa-20081128.pdf https://github.com/jedisct1/libsodium/blob/master/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
Attributes
- Companion
- object
- Source
- XSalsa20Poly1305.scala
- Supertypes
object XSalsa20Poly1305 extends AuthCipherAPI[XSalsa20Poly1305, BouncySecretKey]
Attributes
- Companion
- trait
- Source
- XSalsa20Poly1305.scala
- Supertypes
- Self type
-
XSalsa20Poly1305.type
Types
Attributes
- Source
- package.scala
In this article