Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Variables
lintrans.h File Reference
#include "int_utils.h"
Include dependency graph for lintrans.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Num< N >
 A type to represent integers in the type system. More...
 
class  LinTrans< I, N >
 A Linear N-bit transformation over the field I. More...
 
class  RecLinTrans< I, N >
 
class  RecLinTrans< I, N, X... >
 
class  IdTrans
 The identity transformation. More...
 

Variables

constexpr IdTrans ID_TRANS {}
 A singleton for the identity transformation. More...
 

Variable Documentation

◆ ID_TRANS

constexpr IdTrans ID_TRANS {}
constexpr

A singleton for the identity transformation.

Definition at line 148 of file lintrans.h.