| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-06-29 | 264 Bytes | |
| v1.0.2 source code.tar.gz | 2023-06-29 | 3.8 MB | |
| v1.0.2 source code.zip | 2023-06-29 | 3.9 MB | |
| Totals: 3 Items | 7.7 MB | 0 | |
- Bugfix in big exports: when the message buffer reaches 2^32 bits serialization breaks because bitwise operations are done in 32 bits. Now we use BigInts where necessary and avoid some bitwise operations. #83