|
Electroneum
|
#include "gtest/gtest.h"#include "crypto/crypto.h"#include "ringct/rctOps.h"#include "ringct/multiexp.h"
Go to the source code of this file.
Functions | |
| TEST (multiexp, bos_coster_empty) | |
| TEST (multiexp, straus_empty) | |
| TEST (multiexp, pippenger_empty) | |
| TEST (multiexp, bos_coster_zero_and_non_zero) | |
| TEST (multiexp, straus_zero_and_non_zero) | |
| TEST (multiexp, pippenger_zero_and_non_zero) | |
| TEST (multiexp, bos_coster_pow2_scalar) | |
| TEST (multiexp, straus_pow2_scalar) | |
| TEST (multiexp, pippenger_pow2_scalar) | |
| TEST (multiexp, bos_coster_only_zeroes) | |
| TEST (multiexp, straus_only_zeroes) | |
| TEST (multiexp, pippenger_only_zeroes) | |
| TEST (multiexp, bos_coster_only_identities) | |
| TEST (multiexp, straus_only_identities) | |
| TEST (multiexp, pippenger_only_identities) | |
| TEST (multiexp, bos_coster_random) | |
| TEST (multiexp, straus_random) | |
| TEST (multiexp, pippenger_random) | |
| TEST (multiexp, straus_cached) | |
| TEST (multiexp, pippenger_cached) | |
| TEST | ( | multiexp | , |
| bos_coster_empty | |||
| ) |
Definition at line 65 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| straus_empty | |||
| ) |
Definition at line 72 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| pippenger_empty | |||
| ) |
Definition at line 79 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| bos_coster_zero_and_non_zero | |||
| ) |
Definition at line 86 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| straus_zero_and_non_zero | |||
| ) |
Definition at line 94 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| pippenger_zero_and_non_zero | |||
| ) |
Definition at line 102 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| bos_coster_pow2_scalar | |||
| ) |
Definition at line 110 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| straus_pow2_scalar | |||
| ) |
Definition at line 118 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| pippenger_pow2_scalar | |||
| ) |
Definition at line 126 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| bos_coster_only_zeroes | |||
| ) |
Definition at line 134 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| straus_only_zeroes | |||
| ) |
Definition at line 142 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| pippenger_only_zeroes | |||
| ) |
Definition at line 150 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| bos_coster_only_identities | |||
| ) |
Definition at line 158 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| straus_only_identities | |||
| ) |
Definition at line 166 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| pippenger_only_identities | |||
| ) |
Definition at line 174 of file multiexp.cpp.
| TEST | ( | multiexp | , |
| bos_coster_random | |||
| ) |
Definition at line 182 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| straus_random | |||
| ) |
Definition at line 192 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| pippenger_random | |||
| ) |
Definition at line 202 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| straus_cached | |||
| ) |
Definition at line 212 of file multiexp.cpp.

| TEST | ( | multiexp | , |
| pippenger_cached | |||
| ) |
Definition at line 234 of file multiexp.cpp.
