scclib
Stable Cloud Computing C++ Library
Functions

Test file for Elliptic curve cryptography. More...

#include <gtest/gtest.h>
#include <crypto/ecc.h>
#include <iostream>
Include dependency graph for ecc.cc:

Go to the source code of this file.

Functions

 TEST_F (EccTest, reset)
 
 TEST_F (EccTest, point_reset)
 
 TEST_F (EccTest, private_key)
 
 TEST_F (EccTest, key_pair)
 
 TEST_F (EccTest, infinity)
 
 TEST_F (EccTest, ecdsa_sign)
 
 TEST_F (EccTest, ecdsa_get_and_set_binary)
 
 TEST_F (EccTest, dh_shared_secret)
 

Detailed Description

Test file for Elliptic curve cryptography.

Definition in file ecc.cc.