Skip to content

Commit

Permalink
Remove curves #319
Browse files Browse the repository at this point in the history
Add more tests for curves, deal with warnings #319

Add C++17 requirement #319

Reworked tests for marshalling #319
  • Loading branch information
vo-nil committed Aug 29, 2024
1 parent 7a23eb3 commit 4a10666
Show file tree
Hide file tree
Showing 27 changed files with 111 additions and 4,193 deletions.
39 changes: 0 additions & 39 deletions libs/algebra/example/multiexp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,57 +32,18 @@

#include <nil/crypto3/algebra/curves/alt_bn128.hpp>
#include <nil/crypto3/algebra/curves/bls12.hpp>
//#include <nil/crypto3/algebra/curves/bn128.hpp>
// #include <nil/crypto3/algebra/curves/brainpool_r1.hpp>
#include <nil/crypto3/algebra/curves/edwards.hpp>
// #include <nil/crypto3/algebra/curves/frp_v1.hpp>
// #include <nil/crypto3/algebra/curves/gost_A.hpp>
#include <nil/crypto3/algebra/curves/mnt4.hpp>
#include <nil/crypto3/algebra/curves/mnt6.hpp>
// #include <nil/crypto3/algebra/curves/p192.hpp>
// #include <nil/crypto3/algebra/curves/p224.hpp>
// #include <nil/crypto3/algebra/curves/p256.hpp>
// #include <nil/crypto3/algebra/curves/p384.hpp>
// #include <nil/crypto3/algebra/curves/p521.hpp>
// #include <nil/crypto3/algebra/curves/secp.hpp>
// #include <nil/crypto3/algebra/curves/sm2p_v1.hpp>
// #include <nil/crypto3/algebra/curves/x962_p.hpp>

#include <nil/crypto3/algebra/curves/params/multiexp/alt_bn128.hpp>
#include <nil/crypto3/algebra/curves/params/multiexp/bls12.hpp>
//#include <nil/crypto3/algebra/curves/params/multiexp/bn128.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/brainpool_r1.hpp>
#include <nil/crypto3/algebra/curves/params/multiexp/edwards.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/frp_v1.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/gost_A.hpp>
#include <nil/crypto3/algebra/curves/params/multiexp/mnt4.hpp>
#include <nil/crypto3/algebra/curves/params/multiexp/mnt6.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/p192.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/p224.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/p256.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/p384.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/p521.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/secp.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/sm2p_v1.hpp>
// #include <nil/crypto3/algebra/curves/params/multiexp/x962_p.hpp>

#include <nil/crypto3/algebra/curves/params/wnaf/alt_bn128.hpp>
#include <nil/crypto3/algebra/curves/params/wnaf/bls12.hpp>
//#include <nil/crypto3/algebra/curves/params/wnaf/bn128.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/brainpool_r1.hpp>
#include <nil/crypto3/algebra/curves/params/wnaf/edwards.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/frp_v1.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/gost_A.hpp>
#include <nil/crypto3/algebra/curves/params/wnaf/mnt4.hpp>
#include <nil/crypto3/algebra/curves/params/wnaf/mnt6.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/p192.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/p224.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/p256.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/p384.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/p521.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/secp.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/sm2p_v1.hpp>
// #include <nil/crypto3/algebra/curves/params/wnaf/x962_p.hpp>

#include <nil/crypto3/algebra/multiexp/multiexp.hpp>
#include <nil/crypto3/algebra/multiexp/policies.hpp>
Expand Down
261 changes: 0 additions & 261 deletions libs/algebra/include/nil/crypto3/algebra/curves/brainpool_r1.hpp

This file was deleted.

Loading

0 comments on commit 4a10666

Please sign in to comment.