Skip to content

krkhan/cl-ecc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published