Univrse.Alg (Univrse v0.2.0) View Source
Proxy module for calling crypto functions on supported algorithms.
Supported algorithms
A128CBC-HS256
A256CBC-HS512
A128GCM
A256GCM
ECDH-ES+A128GCM
ECDH-ES+A256GCM
ES256K
HS256
HS512
Link to this section Summary
Functions
Calls the function with the given arguments on the specified algorithm module.
Calls decrypt()
on the given algorithm, passing the arguments through.
Calls encrypt()
on the given algorithm, passing the arguments through.
Calls sign()
on the given algorithm, passing the arguments through.
Calls verify()
on the given algorithm, passing the arguments through.
Link to this section Functions
Specs
Calls the function with the given arguments on the specified algorithm module.
Specs
Calls decrypt()
on the given algorithm, passing the arguments through.
Specs
Calls encrypt()
on the given algorithm, passing the arguments through.
Specs
Calls sign()
on the given algorithm, passing the arguments through.
Specs
Calls verify()
on the given algorithm, passing the arguments through.