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/CHANGES.html

v0.0.2 - 2026-04-08 (Paris)

  • Fix how we compute the signature (@dinosaure, #3)
  • Improve README.md and add lower bounds (@hannesm, #2)

v0.0.1 - 2026-03-18 (Paris)

  • First release