PyECC/seccure
R. Tyler Ballance 1920cf75cd Build a dylib on Darwin 2009-07-12 17:26:10 -07:00
..
docs Add docs folder with doxygen configuration 2009-06-10 14:01:29 -07:00
test Make sure the state and keypair objects are freed post-iterations as well 2009-07-08 13:45:36 -07:00
HISTORY Add seccure v0.4 2009-06-09 11:35:36 -07:00
LICENSE Add seccure v0.4 2009-06-09 11:35:36 -07:00
Makefile Build a dylib on Darwin 2009-07-12 17:26:10 -07:00
PATENTS Add seccure v0.4 2009-06-09 11:35:36 -07:00
README Add seccure v0.4 2009-06-09 11:35:36 -07:00
THANKS Add seccure v0.4 2009-06-09 11:35:36 -07:00
aes256ctr.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
aes256ctr.h Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
curves.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
curves.h Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
ecc.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
ecc.h Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
libseccure.c Add the ability to compile libseccure with 'slow' random, i.e. /dev/random instead of /dev/urandom 2009-07-10 14:51:51 -07:00
libseccure.h Add private key serialization function, hook up to pu_keygen 2009-06-30 23:53:07 -07:00
numtheory.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
numtheory.h Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
protocol.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
protocol.h Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
seccure.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
seccure.manpage.xml Add seccure v0.4 2009-06-09 11:35:36 -07:00
serialize.c Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00
serialize.h Update licensing on the seccure code, moving to LGPL thanks to B. Poettering 2009-07-09 20:21:13 -07:00

README

 
  SECCURE Elliptic Curve Crypto Utility for Reliable Encryption

              http://point-at-infinity.org/seccure/


The SECCURE toolset implements a selection of asymmetric algorithms
based on elliptic curve cryptography (ECC). See the manpage or the
project's homepage for further details. SECCURE is released under the
GNU General Public License (GPL).

The code links against the GNU gcrypt library "libgcrypt" (which is
part of the GnuPG project). Use the included Makefile to build the
binary. 

Report bugs to: seccure AT point-at-infinity.org

Copyright 2009 B. Poettering