๐New Writeupโ๏ธ
โโโโโโโโโโโโโโโ
๐Date: Tue, 27 Jun 2023 05:53:44 GMT
โโโโโโโโโโโโโโโ
โ๏ธTitle: The Bluffers Guide to Discrete Logarithms, And How They Protected and Changed Our World
โโโโโโโโโโโโโโโ
๐Link: https://medium.com/p/d288f0d6cd58
โโโโโโโโโโโโโโโ
Tags: #digital_signatures #logarithm #cryptography #encryption #cybersecurity
โโโโโโโโโโโโโโโ
๐Date: Tue, 27 Jun 2023 05:53:44 GMT
โโโโโโโโโโโโโโโ
โ๏ธTitle: The Bluffers Guide to Discrete Logarithms, And How They Protected and Changed Our World
โโโโโโโโโโโโโโโ
๐Link: https://medium.com/p/d288f0d6cd58
โโโโโโโโโโโโโโโ
Tags: #digital_signatures #logarithm #cryptography #encryption #cybersecurity
Medium
The Bluffers Guide to Discrete Logarithms, And How They Protected and Changed Our World
Strap yourself in, we are going to go on a wonderful journey of discovery.
โคท Title: Improving the Log2 Algorithm for BigInt in JavaScript
โโโโโโโโโโโโโโโโโโโโโโโโ
๐ช Author: Sergey Shandar
โโโโโโโโโโโโโโโโโโโโโโโโ
โดต Time: Sat, 11 Jan 2025 10:04:47 GMT
โโโโโโโโโโโโโโโโโโโโโโโโ
โ Tags: #logarithm #functional_programming #hacking #javascript #bigint
โโโโโโโโโโโโโโโโโโโโโโโโ
๐ช Author: Sergey Shandar
โโโโโโโโโโโโโโโโโโโโโโโโ
โดต Time: Sat, 11 Jan 2025 10:04:47 GMT
โโโโโโโโโโโโโโโโโโโโโโโโ
โ Tags: #logarithm #functional_programming #hacking #javascript #bigint
Medium
Improving the Log2 Algorithm for BigInt in JavaScript
I usually use the bigint type in JavaScript and FunctionalScript as a vector of bits, and I often need to know how many bits are in aโฆ