Implementation of the YACME protocol, specifically the JOSE, JWT/JWK parts, including authenticated get-as-post and post requests.
This crate uses unsafe
in yacme_protocol::fmt
to provide a custom format to serde_json. It uses
the same unsafe
code that serde_json
uses here
MIT