package jws

  1. Overview
  2. Docs
Implementation of JWS (RFC7515) with Jsont and mirage-crypto

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jws-0.0.2.tbz
sha256=eea7319ae84c3649b4c72cd59f6308fa62f23bb51b41efb8af4a3a097dd71c3d
sha512=d27b80a04bd67641ca6ceff37d145491c6783cf1b6edac6f04dbc3bce1081e9378d8f07bc7412eb136e788c8ecdc2fa0a2f27e259c32f94fe90eb0aa88a5fb0f

doc/jws/Jws/Jwa/index.html

Module Jws.JwaSource

Sourcetype t = [
  1. | `HS256
  2. | `HS384
  3. | `HS512
  4. | `RS256
  5. | `RS384
  6. | `RS512
  7. | `ES256
  8. | `ES384
  9. | `ES512
  10. | `PS256
  11. | `PS384
  12. | `PS512
  13. | `EdDSA
]

The set of algorithms defined by RFC 7518, 3.1.