Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktakashi/aeolus
R7RS cryptographic library
https://github.com/ktakashi/aeolus
Last synced: 13 days ago
JSON representation
R7RS cryptographic library
- Host: GitHub
- URL: https://github.com/ktakashi/aeolus
- Owner: ktakashi
- Created: 2015-09-25T12:27:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T11:18:57.000Z (about 9 years ago)
- Last Synced: 2024-10-06T01:22:59.919Z (about 1 month ago)
- Language: Scheme
- Size: 293 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
R7RS cryptographic library
==========================Aeolus is an R7RS cryptographic library. The goal for this library is that
providing pure R7RS cryptographic library which can be used to implement
secure protocols such as TLS or SSH.Status
------This library is before alpha status. The API would most likely change
in the near future.How to use
----------See [tests/test-des.scm](tests/test-des.scm).
Requirements
------------It is *better* to have the following SRFIs but not necessarily.
- SRFI-60, SRFI-33 or R6RS
- SRFI-64 for testingConsideration
-------------Even though the library is aming to be a cryptographic library, its security
is not secure enough. For example, key information will remain on memory
until GC is invoked.Supporting implementations
--------------------------The library is tested on the following R7RS implementations:
- Sagittarius Scheme 0.6.8
- Gauche 0.9.5 (HEAD)
- Chibi Scheme 0.7.3
- Larceny 0.98 (General Ripper)Copyright and license
---------------------Copyright 2015 Takashi Kato. Code released under the BSD-style license.