app: completely rework text editing subsystem. initial draft version

This commit is contained in:
darkfi
2025-04-15 13:07:31 +02:00
parent 396a129d53
commit d27f5dfe4e
28 changed files with 1788 additions and 1250 deletions

View File

@@ -7,6 +7,7 @@ K = GF(q)
F.<z> = K[]
f = 4 + 3*z + 1*z^2 + 5*z^3
assert len(list(f)) == k
# Let βᵢ = K(i - 1)