Jaromil
Jaromil
Use this: [Accumulator Based on Bilinear Maps and Efficient Revocation for Anonymous Credentials](https://eprint.iacr.org/2008/539) Also implemented in Indy's anoncreds and [0011 Credential Revokation](https://hyperledger-indy.readthedocs.io/projects/hipe/en/latest/text/0011-cred-revocation/README.html#rationale-and-alternatives) using tails and accumulators. 
As recommended by Bruce Schneider & co in cryptographic engineering, we can shadow all basic arithmetic operation with a 'whoop' proof. whoop whoop! p.s. many thanks @olabini amazing book recommendation
See: http://dynamorio.org/ In particular, interesting clients: - The memory debugging tool Dr. Memory - The code coverage tool drcov - The memory tracing tool memtrace - The instruction tracing tool...
Integrate distance measurement algorithms, like hamming and levenshtein, to measure the differences between different arrays, useful to measure entropy, etc. Reference implementation: https://github.com/doukremt/distance Also interesting work on shifted-hamming (SHD), but...
Add more functions similar to the `octet:array()`method to export the contents of octets in different array formats: - array of bytes (8bit) - array of words (16bit) - array of...
Hi there! Here is my fix to retrieve correct file information on POSX systems when along the path traversal a directory has no executable flag. From `stat(2)` manpage: > "No...
While most functions are moved inside just-auth, the password derivation (KDF) is still done inside this code by `hashers/derive` and `hashers/check`. Shouldn't it be moved also inside just-auth and made...
If a tag is created with a character that affects urls, it fails to be passed as argument. For instance if a tag is created with a prepended hash (i.e....
Component (perhaps separate) which connects to the freecoin DB and shares some components, to quickly and easily manage recurrent tasks (add, remove, check) like monthly airdrops, statistics etc. Can be...
Great tool. Would be nice to have also in zsh.