Crypto++ is a free cryptographic library that is widely accepted by research community to implement a prototype or an actual working model. Crypto++ contains almost all basic cryptographic primitives ranging from hash-function to different encryption techniques.
In this section, I'll provide basic tutorial along with examples to play around with this library and give a reader a basic overview of this library.
In this section, I'll provide basic tutorial along with examples to play around with this library and give a reader a basic overview of this library.
- Integer class
- Basics about Integer class
- Integer XOR
- Multiplicative modular inverse
- a_times_b_mod_c
- a_exp_b_mod_c
- Hash Functions and encoding and decoding of Integer
- Random number generation
- Hash functions
- Elliptic Curve Cryptography
- Basic Elliptic Curve Parameters
- Negative of a Point
- Elliptic Curve Point Addition
- Elliptic Curve Scalar Point Multiplication
No comments:
Post a Comment