-
```
The current module organization in SymPy is far from optimal. The "core" is
too big (several hundred kilobytes of code, much unrelated functionality
thrown in one place), and some closely related …
-
### Background and motivation
`System.Numerics` and the interface operators feature has allowed us to generic-ize over arbitrary numerical types, to use operators and functions such as `+` `*` `Zer…
-
Some inspiration might be found in http://hackage.haskell.org/package/toysolver-0.6.0/docs/ToySolver-Data-Polynomial.html#t:Factor
-
According to the [PQCP charter,](https://github.com/pq-code-package/tsc/blob/main/charter/charter-2024-01-29.pdf) the goal for projects within PQCP is to
_build high-assurance production-ready softw…
-
Hi, Thomas. I would like to use this code in a prototype crypto-related project that wont go live in 2018 (though the prototype should be functional in 2018). The earliest that products using this c…
-
A new module providing additional functionality on the standard library integer types (and more generally, any fixed-width integer type), including:
- [x] - bitwise rotation
- [ ] - full add / sub…
-
In ICU (and ECMA402) `NumberFormat` becomes the jack of all trades with formatting for numbers, currencies, measuring units, and so on. There's even a drive from Shane to incorporate Pluralization as …
-
### Name:
```[NEW ALGORITHM] Affine Cipher```
### About:
The **Affine Cipher** is a type of substitution cipher used in classical cryptography. It encrypts each letter in the plaintext usin…
-
"Element" isn't a clear enough word, imo.
`affine_element` -> `affine_point`
`element` -> `jacobian_point` (if I recall correctly)
And should we have a dinstinct class for when a point is in mo…
-
The documentation states that the size of the circular buffer is increased to the next power of 2 above or including the provided capacity, and I've confirmed that behavior with the following test.
…