aboutsummaryrefslogtreecommitdiff
path: root/src/block.rs
AgeCommit message (Collapse)Author
2025-04-10rewrite Block::clipDaniel Schadt
doesn't change performance, but is nicer to read
2025-04-09speed up multiplicationDaniel Schadt
2025-04-09fix overflow for long messagesDaniel Schadt
2025-04-05use proper Block struct and operator overloadingDaniel Schadt