Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/nim-ecdsa
Pure Nim implementation of ECDSA cryptography
https://github.com/adelq/nim-ecdsa
Last synced: about 6 hours ago
JSON representation
Pure Nim implementation of ECDSA cryptography
- Host: GitHub
- URL: https://github.com/adelq/nim-ecdsa
- Owner: adelq
- License: mit
- Created: 2015-01-02T05:23:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T18:24:20.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T05:18:21.286Z (over 1 year ago)
- Language: Nimrod
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nim ECDSA
======This is intended to be an easy-to-use implementation of ECDSA cryptography
implemented only in Nim and released under the MIT license.License
-------Nim ECDSA is made available under the terms of the MIT License. Please see the
LICENSE file for more details.Installation
------------$ nimble install ecdsa