ktakashi / r6rs-springkussen

R6RS cryptographic library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R6RS Springkussen

Preface

Springkussen is a Dutch word of bouncy castle. You may already have a clue what this library does.

Springkussen is a yet another cryptographic library for R6RS scheme implementations. The goal for this library is to provide comprehensive cryptographic operations, including PKCS and/or PKI.

Document

See ./doc/README.md

If you are interested in enhancing the library, please also refer the implementation note: Implementation notes

Tested Implementations

This library is tested on the below implementations

  • Chez Scheme
  • Sagittarius

The tests are executed on CI using scheme-env.
To add tested implementations, the implementation must be added to scheme-env first.

About

R6RS cryptographic library

License:BSD 2-Clause "Simplified" License


Languages

Language:Scheme 99.8%Language:Shell 0.2%