SshChacha20Poly1305
[Source]
primitive val SshChacha20Poly1305 is
SshCipherAlgorithm val
Implements
Constructors
create
[Source]
new val create()
: SshChacha20Poly1305 val^
Returns
Public Functions
name
[Source]
fun box name()
: String val
Returns
key_len
[Source]
fun box key_len()
: USize val
Returns
iv_len
[Source]
fun box iv_len()
: USize val
Returns
block_len
[Source]
fun box block_len()
: USize val
Returns
is_aead
[Source]
fun box is_aead()
: Bool val
Returns
eq
[Source]
fun box eq(
that: SshChacha20Poly1305 val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: SshChacha20Poly1305 val)
: Bool val
Parameters
Returns