HomeSort by relevance Sort by last modified time
    Searched defs:Epid11ParamsObj (Results 1 - 2 of 2) sorted by null

  /external/epid-sdk/epid/common-testhelper/1.1/
epid_params-testhelper.h 39 class Epid11ParamsObj {
41 Epid11ParamsObj();
45 Epid11ParamsObj(const Epid11ParamsObj&) = delete;
46 Epid11ParamsObj& operator=(const Epid11ParamsObj&) = delete;
48 virtual ~Epid11ParamsObj() {}
epid_params-testhelper.cc 40 Epid11ParamsObj::Epid11ParamsObj() {
113 const BigNumStr Epid11ParamsObj::p_str_ = {
118 const BigNumStr Epid11ParamsObj::q_str_ = {
123 const std::vector<uint8_t> Epid11ParamsObj::h_str_ = {0x00, 0x00, 0x12, 0x97};
124 const FqElemStr Epid11ParamsObj::a_str_ = {
128 const FqElemStr Epid11ParamsObj::b_str_ = {
133 const BigNumStr Epid11ParamsObj::coeffs_str_[3] = {
146 const FqElemStr Epid11ParamsObj::qnr_str = {
151 const std::vector<uint8_t> Epid11ParamsObj::orderG2_str =
    [all...]

Completed in 48 milliseconds