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

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

#include <ubintntl.h>

Static Public Attributes

static const usint value = 1
 

Detailed Description

template<>
struct NTL::Log2< 2 >

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


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