/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.bearssl.org
| | gpfault.net
3.3 parsecs away

Travel
| | [AI summary] The text provides an in-depth exploration of various x86-64 instruction set architectures, focusing on arithmetic operations (ADD, SUB, MUL, SMUL, DIV, SDIV), logical operations (AND, OR, XOR, NOT), and control flow instructions. It details the implementation of these instructions in the QBX virtual machine, emphasizing how they emulate real x86-64 instructions while managing the flags register and handling different operand sizes (8-bit and 16-bit). The text also discusses the nuances of flag handling, register operations, and macro-based code generation to streamline instruction implementation.
| | cronokirby.com
3.7 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2021/04/constant-time-big-numbers-introduction/
| | www.nayuki.io
2.6 parsecs away

Travel
| | [AI summary] A comprehensive guide to C/C++ integer rules, covering data types, arithmetic promotions, conversion behaviors, and undefined behavior scenarios.
| | www.johndcook.com
16.9 parsecs away

Travel
| RSA encryption as a group automorphism. Lagrange's theorem applied to the group. Carmichael's totient function applied to RSA.