Explore >> Select a destination


You are here

blog.cryptographyengineering.com
| | vitalik.eth.limo
12.3 parsecs away

Travel
| |
| | blog.trailofbits.com
13.9 parsecs away

Travel
| |
| | rot256.dev
12.5 parsecs away

Travel
| | This is the companion post to a tool, git-ring, that I recently released on Github. Github/Gitlab makes the public keys of its users publicly available (at github.com/USERNAME.keys and gitlab.com/USERNAME.keys), this means that these services bind the users identity to public keys via this endpoint. Git-ring "exploits" this to enable the creation of (cryptographic) proofs showing membership among a set of users (or organizations) without revealing the identity of the person generating the proof. The publ...
| | nhigham.com
93.8 parsecs away

Travel
| A $latex p$th root of an $latex n\times n$ matrix $LATEX A$ is a matrix $LATEX X$ such that $latex X^p = A$, and it can be written $latex X = A^{1/p}$. For a rational number $latex r = j/k$ (where $latex j$ and $latex k$ are integers), defining $latex A^r$ is more difficult: is...