Skip to content

An Open Source Library for Elliptic Curve Cryptosystem

Notifications You must be signed in to change notification settings

XiaolongWang/OpenECC

 
 

Repository files navigation

OpenECC

An Open Source Library for Elliptic Curve Cryptosystem (http://openecc.org)

Introduction

OpenECC is a software package that implements ECC-based protocols for Zigbee Smart Energy 1.x and 1.2 applications. It provides an implicit certificate scheme (ECQV), a key exchange protocol (ECMQV), and a digital signature scheme (ECDSA).

OpenECC is intended for Zigbee platforms based on ARM Cortex-M3 processors. The current version is implemented in C and takes into account both speed and memory optimization techniques. OpenECC supports SECG recommended 163-bit and 233-bit Koblitz curve sect163k1 and sect233k1.

For questions please contact Dr. Xinxin Fan at fan@openecc.org.

License

Copyright 2012 Xinxin Fan <fan@openecc.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above copyright 
  notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright   
  notice, this list of conditions and the following disclaimer in
  the documentation and/or other materials provided with the
  distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
POSSIBILITY OF SUCH DAMAGE.

About

An Open Source Library for Elliptic Curve Cryptosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.9%
  • C++ 7.0%
  • Objective-C 4.1%