-
The following output is generated by the code below using
sage-4.7.2:
```
R: Univariate Quotient Polynomial Ring in xbar over Ring of integers modulo 2 with modulus x^4 + 1
S: Quotient of Univariat…
-
We have a modular exponentiation operator. I believe that this sums it up nicely:
```
simpson | > m`x ** e % m`.expand()
airbrus | m`x.modPow(e, m)`
```
As you may have noticed, this is a mixfix ope…
-
Hi everyone,
I installed Hawkbit on an Amazon EC2 instance from sources.
The database is configured with mariadb and it works fine.
The hawkbit instance runs at localhost address on port 8080 witho…
-
Several of my clients have large databases that need to have their own integrity check job. If we ran the integrity checks against all databases, it would run for longer than a day.
I've written s…
-
Currently, the operator makes an API call pulling 100 campaigns by recent activity into memory per call. After 50 calls it writes the data to S3 and then sets `output = []`.
[https://github.com/airfl…
-
1. bls.swift: bls_hashit() is private but public in JavaScript. I need this function to be visible.
2. fp.swift: The fp*.swift files are missing fromBytes() and toBytes().
3. var x = FP(1) is…
-
Best I can tell, the C# language spec doesn't specify how custom operators are translated to and from IL.
I wanted an exhaustive list of all specially-recognized operator method names (e.g. `op_Mod…
-
# Description
`username`s are being converted into BigUint and then to into field elements: https://github.com/zBlock-2/summa-solvency-schneier/blob/95d63fe1a55935542810138aa5d8de7f50f4e94b/zk_prov…
-
Add [tap12](https://github.com/theupdateframework/taps/blob/master/tap12.md) to the reference implementation. This TAP allows for greater flexibility in how keyids are generated. This will require the…
-
# Description
When writing `if...else` block with 1TBS style, it's hard to comment the `else` (or `else if`) comment as the comment for the `else` block is indented at the same level than the `if` bl…