hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 7283e8f7ff6ae4773ef91d42968e34c21886cdba
parent 338719c951d8e8884684f94d3bc519ab017998ae
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon,  2 May 2022 12:40:56 +0200

encoding::pem: add README

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Aencoding/pem/README | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/encoding/pem/README b/encoding/pem/README @@ -0,0 +1,2 @@ +The PEM module implements RFC 7468, commonly known as the PEM format, which is +widely used for cryptographic data formats.