Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RoundupSize
Function · 0.85
CopyWords
Function · 0.85
BitPrecision
Function · 0.85
Increment
Function · 0.85
Decrement
Function · 0.85
PositiveAdd
Function · 0.85
PositiveSubtract
Function · 0.85
bitsToWords
Function · 0.85
ShiftWordsLeftByWords
Function · 0.85
ShiftWordsLeftByBits
Function · 0.85
ShiftWordsRightByWords
Function · 0.85
ShiftWordsRightByBits
Function · 0.85
Tested by
no test coverage detected