Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canokeys/canokey-crypto
Crypto algorithms for use in Canokeys
https://github.com/canokeys/canokey-crypto
Last synced: 3 months ago
JSON representation
Crypto algorithms for use in Canokeys
- Host: GitHub
- URL: https://github.com/canokeys/canokey-crypto
- Owner: canokeys
- License: apache-2.0
- Created: 2019-07-11T03:43:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T14:15:04.000Z (about 1 year ago)
- Last Synced: 2024-08-02T01:19:37.016Z (6 months ago)
- Language: C
- Homepage:
- Size: 407 KB
- Stars: 11
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptography algorithms
[![Tests](https://github.com/canokeys/canokey-crypto/workflows/tests/badge.svg?branch=master)](https://github.com/canokeys/canokey-crypto/actions?query=branch%3Amaster)
[![Coverage](https://coveralls.io/repos/github/canokeys/canokey-crypto/badge.svg?branch=master)](https://coveralls.io/github/canokeys/canokey-crypto?branch=master)This library defines the APIs that are used by Canokey.
## Ref:
- Mbed TLS: https://github.com/ARMmbed/mbedtls
- SHA3: https://github.com/rhash/RHash