-
```python
In [1]: import galois
In [2]: dir(galois) …
-
Update on various protocol things I'm thinking about:
- JSON Transport (high priority, currently working on it): Have the client app send an arbitrary JSON object that gets written straight to the …
-
Hi,
First of all thanks for your efforts creating this library.
A small remark however: IMHO the check: `if (toEncode.Length >= this.field.Size)` on line 64 of the `ReedSolomonEncoder` should h…
-
Hey LoupVaillant. Is there a way to return the plaintext, regardless of whether Poly1305 passes or not (`crypto_unlock`)? In my file encryption tool, I have an option that lets the user keep a corrupt…
-
We've run into some hiccups making this work with more parity symbols than data symbols.
There is a check [leopard.cpp:135](https://github.com/catid/leopard/blob/master/leopard.cpp#L134-L135) to …
-
> _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://docs.bisq.network/proposals.html)._
The Bisq app currently allows the user to en…
-
Extracted from [Section 7.1](https://tools.ietf.org/html/rfc6816#section-7.1) of [RFC 6816](https://tools.ietf.org/html/rfc6816). See also #48.
### Block size
> LDPC-Staircase codes have excellent er…
-
Hi vasily,
thanks for your nice library, it helps me a lot in getting video down from our drone to my groundstation.
Today we did a test to check how far we can get using TX / R11e-2HPnD @30dbm…
-
I never thought that something that possible to do in `Swift`. Well done! 👍
Here some ideas to improve performance of your algo:
1) The slowest part of your algo it control point detector. If y…
-
Both the convolutional and Reed-Solomon codes use a lot of memory. Allocating all of this memory on the heap seems to make the coding act really dodgy, especially for RSV using a constraint size of 9.…
faydr updated
4 years ago