mirror of
https://github.com/sigmasternchen/libsfuid
synced 2025-03-15 07:59:02 +00:00
removed inverse output
This commit is contained in:
parent
eff48a0326
commit
1d7088128e
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -150,7 +150,7 @@ unsigned long long decode(unsigned long long value, unsigned long long prime, un
|
|||
|
||||
unsigned long long inverse = multiplicativeInverse(prime, maxValue);
|
||||
|
||||
verbose("inverse: %llu\n", inverse);
|
||||
//verbose("inverse: %llu\n", inverse);
|
||||
|
||||
tmp *= inverse;
|
||||
tmp &= (maxValue);
|
||||
|
|
Loading…
Reference in a new issue