Giter Site home page Giter Site logo

icdesign_ecc's Introduction

Elliptic Curve Cryptography with lookup table

Introduction

In IC design, a great deal of research focus on the accelerator of cryptographic algorithm. In the related field, ECC (Elliptic Curve Cryptography) is relatively popular, due to its smaller key size with better security. ECC can operate under both binary field and prime field, and each field leads to different hardware design, leading to the diversity of ECC-related research.

Feature

In the proposed design, we utilized the lookup table to optimize the whole design. With the lookup table, we can reduce the number of point addition by storing coordinate value of P, 2P, 3P in the lookup table. Compared with traditional double and add algorithm, we can double twice and add once per iteration, and the key shifter will shift two bits per iteration.

For the two bits read from key shifter with the value 01, 10, and 11, we utilize the point P, 2P, and 3P, which are stored in lookup table, to execute the point addition. For the two bits read from key shifter with the value 00, we can just execute point double without point addition. As a result, the design can reduce the total execution time, in the expense of the slight increase on overall area.

Design Architecture

alt text

Authors

@YiWenLai510 @reggiehsu111

Reference

Jen-Wei Lee, Yao-Lin Chen, Chih-Yeh Tseng, Hsie-Chia Chang, and Chen-Yi Lee, “A 521-bit Dual-Field Elliptic Curve Cryptographic Processor with Power”, Sept. 2010

icdesign_ecc's People

Contributors

yiwenlai510 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.