MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / integer.cpp

File integer.cpp

src/cryptlib/integer.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// integer.cpp - written and placed in the public domain by Wei Dai
2
3#include "pch.h"
4#include "integer.h"

Callers

nothing calls this directly

Calls 15

RoundupSizeFunction · 0.85
CopyWordsFunction · 0.85
BitPrecisionFunction · 0.85
IncrementFunction · 0.85
DecrementFunction · 0.85
PositiveAddFunction · 0.85
PositiveSubtractFunction · 0.85
bitsToWordsFunction · 0.85
ShiftWordsLeftByWordsFunction · 0.85
ShiftWordsLeftByBitsFunction · 0.85
ShiftWordsRightByWordsFunction · 0.85
ShiftWordsRightByBitsFunction · 0.85

Tested by

no test coverage detected