|
Electroneum
|
#include "gtest/gtest.h"#include "string_tools.h"#include "ringct/rctOps.h"#include "ringct/rctSigs.h"#include "ringct/bulletproofs.h"#include "cryptonote_basic/blobdatatype.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "device/device.hpp"#include "misc_log_ex.h"
Go to the source code of this file.
Functions | |
| TEST (bulletproofs, valid_zero) | |
| TEST (bulletproofs, valid_max) | |
| TEST (bulletproofs, valid_random) | |
| TEST (bulletproofs, valid_multi_random) | |
| TEST (bulletproofs, multi_splitting) | |
| TEST (bulletproofs, valid_aggregated) | |
| TEST (bulletproofs, invalid_8) | |
| TEST (bulletproofs, invalid_31) | |
| TEST (bulletproofs, invalid_gamma_0) | |
| TEST (bulletproofs, invalid_torsion) | |
| TEST (bulletproof, weight_equal) | |
| TEST (bulletproof, weight_more) | |
| TEST | ( | bulletproofs | , |
| valid_zero | |||
| ) |
Definition at line 42 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| valid_max | |||
| ) |
Definition at line 48 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| valid_random | |||
| ) |
Definition at line 54 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| valid_multi_random | |||
| ) |
Definition at line 63 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| multi_splitting | |||
| ) |
Definition at line 80 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| valid_aggregated | |||
| ) |
Definition at line 146 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| invalid_8 | |||
| ) |
Definition at line 166 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| invalid_31 | |||
| ) |
Definition at line 174 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| invalid_gamma_0 | |||
| ) |
Definition at line 182 of file bulletproofs.cpp.

| TEST | ( | bulletproofs | , |
| invalid_torsion | |||
| ) |
Definition at line 202 of file bulletproofs.cpp.

| TEST | ( | bulletproof | , |
| weight_equal | |||
| ) |
Definition at line 251 of file bulletproofs.cpp.

| TEST | ( | bulletproof | , |
| weight_more | |||
| ) |
Definition at line 266 of file bulletproofs.cpp.
