Electroneum
crypto_ops.h File Reference
#include "crypto/crypto.h"
#include "ringct/rctOps.h"
Include dependency graph for crypto_ops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  test_crypto_ops< op >
 

Enumerations

enum  test_op {
  op_sc_add , op_sc_sub , op_sc_mul , op_ge_add_raw ,
  op_ge_add_p3_p3 , op_zeroCommitCached , ops_fast , op_addKeys ,
  op_scalarmultBase , op_scalarmultKey , op_scalarmultH , op_scalarmult8 ,
  op_ge_dsm_precomp , op_ge_double_scalarmult_base_vartime , op_ge_double_scalarmult_precomp_vartime , op_ge_double_scalarmult_precomp_vartime2 ,
  op_addKeys2 , op_addKeys3 , op_addKeys3_2 , op_isInMainSubgroup ,
  op_zeroCommitUncached
}
 

Enumeration Type Documentation

◆ test_op

enum test_op
Enumerator
op_sc_add 
op_sc_sub 
op_sc_mul 
op_ge_add_raw 
op_ge_add_p3_p3 
op_zeroCommitCached 
ops_fast 
op_addKeys 
op_scalarmultBase 
op_scalarmultKey 
op_scalarmultH 
op_scalarmult8 
op_ge_dsm_precomp 
op_ge_double_scalarmult_base_vartime 
op_ge_double_scalarmult_precomp_vartime 
op_ge_double_scalarmult_precomp_vartime2 
op_addKeys2 
op_addKeys3 
op_addKeys3_2 
op_isInMainSubgroup 
op_zeroCommitUncached 

Definition at line 36 of file crypto_ops.h.

37 {
38  op_sc_add,
39  op_sc_sub,
40  op_sc_mul,
44  ops_fast,
45 
46  op_addKeys,
60 };
@ op_scalarmultKey
Definition: crypto_ops.h:48
@ op_ge_double_scalarmult_base_vartime
Definition: crypto_ops.h:52
@ op_ge_double_scalarmult_precomp_vartime
Definition: crypto_ops.h:53
@ op_ge_add_raw
Definition: crypto_ops.h:41
@ ops_fast
Definition: crypto_ops.h:44
@ op_scalarmultH
Definition: crypto_ops.h:49
@ op_zeroCommitUncached
Definition: crypto_ops.h:59
@ op_sc_add
Definition: crypto_ops.h:38
@ op_addKeys2
Definition: crypto_ops.h:55
@ op_zeroCommitCached
Definition: crypto_ops.h:43
@ op_ge_dsm_precomp
Definition: crypto_ops.h:51
@ op_ge_double_scalarmult_precomp_vartime2
Definition: crypto_ops.h:54
@ op_scalarmultBase
Definition: crypto_ops.h:47
@ op_ge_add_p3_p3
Definition: crypto_ops.h:42
@ op_addKeys
Definition: crypto_ops.h:46
@ op_isInMainSubgroup
Definition: crypto_ops.h:58
@ op_addKeys3_2
Definition: crypto_ops.h:57
@ op_sc_sub
Definition: crypto_ops.h:39
@ op_scalarmult8
Definition: crypto_ops.h:50
@ op_addKeys3
Definition: crypto_ops.h:56
@ op_sc_mul
Definition: crypto_ops.h:40