PALISADE Lattice Crypto Library  1.11.9
A lattice crypto library for software engineers by software engineers.
Static Public Attributes | List of all members
bigintfxd::Log2< 2 > Struct Template Reference

Struct to find log value of N. Base case for recursion. Needed in the preprocessing step of BigInteger to determine bitwidth. More...

#include <ubintfxd.h>

Static Public Attributes

static const usint value = 1
 

Detailed Description

template<>
struct bigintfxd::Log2< 2 >

Struct to find log value of N. Base case for recursion. Needed in the preprocessing step of BigInteger to determine bitwidth.


The documentation for this struct was generated from the following file: