Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktakashi/r6rs-springkussen
R6RS cryptographic library
https://github.com/ktakashi/r6rs-springkussen
aes certificate crypto cryptography ecdsa encryption keystore pkcs12 pkcs5 r6rs rsa scheme x509
Last synced: 13 days ago
JSON representation
R6RS cryptographic library
- Host: GitHub
- URL: https://github.com/ktakashi/r6rs-springkussen
- Owner: ktakashi
- License: bsd-2-clause
- Created: 2022-06-22T12:25:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T19:17:49.000Z (about 2 years ago)
- Last Synced: 2024-10-06T01:22:15.913Z (about 1 month ago)
- Topics: aes, certificate, crypto, cryptography, ecdsa, encryption, keystore, pkcs12, pkcs5, r6rs, rsa, scheme, x509
- Language: Scheme
- Homepage:
- Size: 612 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
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](./doc/README.md)
If you are interested in enhancing the library, please also refer the
implementation note: [Implementation notes](./doc/notes.md)Tested Implementations
----------------------This library is tested on the below implementations
- Chez Scheme
- SagittariusThe tests are executed on CI using
[scheme-env](https://github.com/ktakashi/scheme-env).
To add tested implementations, the implementation must be added to
`scheme-env` first.