-
Notifications
You must be signed in to change notification settings - Fork 0
A prototype implementation of ECC in Common Lisp
License
krkhan/cl-ecc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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