A prototype implementation of ECC in Common Lisp
License
krkhan/cl-ecc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cl-ecc ==== Usage --------- > Use quicklisp (www.quicklisp.org) > Update 'system-index.txt' in 'path/to/quicklisp/local-projects/' with both > 'cl-ecc/cl-ecc.asd' and 'cl-ecc/cl-ecc-test.asd' > To load library in REPL '(ql:quickload :cl-ecc)'. > To run tests in REPL '(ql:quickload :cl-ecc.test)' > or in :cl-ecc.test run (with-summary () (run-tests :package :ecc-tests)) > lisp-unit2 test system used http://quickdocs.org/lisp-unit2/ > Tested on > SLIME 2015-05-02 > quicklisp 2015-12-18 > SBCL 1.2.11
About
A prototype implementation of ECC in Common Lisp
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published