Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Module Crypto.None

Inheritance graph
__builtin.Nettle.Cipher __builtin.Nettle.AE Crypto.AE __builtin.Nettle.__Hash __builtin.Nettle.MAC Nettle.MAC Crypto.MAC Crypto.None
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.