Adam Ierymenko
|
1f85b0402e
Just use unordered_map, and some other cleanup.
|
5 years ago |
Adam Ierymenko
|
9428fc53f6
A bunch of cleanup, bug fix, just use unordered_map, etc.
|
5 years ago |
Adam Ierymenko
|
1f2e94a51d
Some optimization and raw memory access cleanup.
|
5 years ago |
Adam Ierymenko
|
37d4e83fad
ARM64 build fixes
|
5 years ago |
Adam Ierymenko
|
c7f3f3add9
Small fix, docs, warning removal.
|
5 years ago |
Adam Ierymenko
|
1c7baa544b
Reduce PoW cost just a bit.
|
5 years ago |
Adam Ierymenko
|
3408839b33
build fix
|
5 years ago |
Adam Ierymenko
|
a7409486bb
minor stuff
|
5 years ago |
Adam Ierymenko
|
cf24ed4108
This PoW seems decent
|
5 years ago |
Adam Ierymenko
|
8a379ba0a1
The MIMC thing was neat but unfortunately is amenable to too much GPU acceleration.
|
5 years ago |
Adam Ierymenko
|
1e457dbd76
Fix tests, fix identity issue
|
5 years ago |
Adam Ierymenko
|
5463c70aaf
Minor stuff, and some docs
|
5 years ago |
Adam Ierymenko
|
24e30a684b
A bunch of little nit-picky header and name cleanup.
|
5 years ago |
Adam Ierymenko
|
b96ea5ae03
Fingerprint string conversion, API stuff
|
5 years ago |
Adam Ierymenko
|
51f0882849
comments
|
5 years ago |
Adam Ierymenko
|
416068f68e
Regularize use of fingerprint concept across code.
|
5 years ago |
Adam Ierymenko
|
6262374205
Add tests for identity marshal/unmarshal and fix an issue found.
|
5 years ago |
Adam Ierymenko
|
05e5d08959
A little more delay margin
|
5 years ago |
Adam Ierymenko
|
fbfa99fac5
Speed up V1 identity verification a little, and add some comments.
|
5 years ago |
Adam Ierymenko
|
1c7e1da4d1
cleanup, docs
|
5 years ago |
Adam Ierymenko
|
83e79e1a1b
V1 identities now use a VDF (verifiable delay function)
|
5 years ago |
Adam Ierymenko
|
c6a7b5774c
MIMC52
|
5 years ago |
Adam Ierymenko
|
1b71b6d01a
hash() -> fingerprint()
|
5 years ago |
Adam Ierymenko
|
dcb3d49d35
Cleanup, Address refactoring, tweak V1 identity generation a bit.
|
5 years ago |
Adam Ierymenko
|
f109f2e612
Identity v1 hash tweak
|
5 years ago |
Adam Ierymenko
|
0589964f99
Yet more cleanup, and add meters to paths.
|
5 years ago |
Adam Ierymenko
|
b70ab0d354
Include file cleanup, docs, and build fixes.
|
5 years ago |
Adam Ierymenko
|
1e0a930d23
Create a container for identity hashes, replace some "volatile" hacky junk with std::atomic, clean up some security checks, rename raw data in Buf to unsafeData to permit search for unsafe.
|
5 years ago |
Adam Ierymenko
|
a0ac4a744e
Change the type 1 identity a bit to make locallyValidate() super fast, eliminating a scaling issue with v0.
|
5 years ago |
Adam Ierymenko
|
f21ecb3762
Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler.
|
5 years ago |