Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ exp
Method
exp
deps/zxing/core/src/zxing/pdf417/decoder/ec/ModulusGF.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
int ModulusGF::exp(int a) {
94
return expTable_[a];
95
}
96
97
int ModulusGF::log(int a) {
98
if (a == 0) {
Callers
1
decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected