Module Crypto.None

Inheritance graph
Description

The plaintext algorithm.

This modules implements several of the crypto APIs, but without any crypto. It is intended to be used for testing of higher level algorithms.


Inherit AE

inherit .AE : AE

Description

Implements the empty AE algorithm.


Inherit MAC

inherit .MAC : MAC

Description

Implements the empty MAC algorithm.


Constant mac_jwa_id

protected constant string Crypto.None.mac_jwa_id

Description

Implements the "none" JWS algorithm.