xssnick / tonutils-go

TON SDK Library in pure Golang for interacting with The Open Network ecosystem using native protocols, such as ADNL, RLDP and etc.
Apache License 2.0
492 stars 99 forks source link

Matrix gf2 optimization #141

Closed jokly closed 10 months ago

jokly commented 10 months ago

PR for the issue #137 Current implementation of SparseMatrixGF2 is not used. So we need to optimize MatrixGF2.

Usage MatrixGF2

Test_Encode

Test_EncodeDecode

Test_EncodeDecodeFuzz

Also I plan to write a tests for PlainMatrixGF2 and benchmarks (compared to MatrixGF2) Telegram Profile