Module jose_jwe_enc_chacha20_poly1305

.

Copyright © 2014-2016, Andrew Bennett

Behaviours: jose_jwe, jose_jwe_enc.

Authors: Andrew Bennett (andrew@pixid.com).

Description

Data Types

enc()

enc() = {chacha20_poly1305, 256}

Function Index

algorithm/1
bits/1
block_decrypt/4
block_encrypt/4
cipher_supported/0
from_map/1
next_cek/1
next_iv/1
to_map/2

Function Details

algorithm/1

algorithm(X1) -> any()

bits/1

bits(X1) -> any()

block_decrypt/4

block_decrypt(X1, CEK, IV, X4) -> any()

block_encrypt/4

block_encrypt(X1, CEK, IV, X4) -> any()

cipher_supported/0

cipher_supported() -> any()

from_map/1

from_map(F) -> any()

next_cek/1

next_cek(X1) -> any()

next_iv/1

next_iv(X1) -> any()

to_map/2

to_map(X1, F) -> any()


Generated by EDoc