Files
libcrypto/README.md
T
2024-09-14 15:23:37 +02:00

7 lines
359 B
Markdown

Tests : ![CI status](https://ci.pband.ch/api/badges/20/status.svg "CI status")
# Crypto tools
Various crypto tools used often.
The lib is based as much as possible on the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) !
The JWT part uses [JOSE](https://github.com/panva/jose) as it implements all the JWT functions.