add mod_floor() and mod_ceil(), fix b64*() taking a wrong turn

This commit is contained in:
Yusur 2025-07-19 23:09:16 +02:00
parent 8a16fe159f
commit 3188b59c15
7 changed files with 86 additions and 18 deletions

View file

@ -7,7 +7,13 @@
+ New module `lex` with functions `symbol_table()` and `lex()` — make tokenization more affordable
+ Add `dorks` module and `flask.harden()`
+ Add `sqlalchemy.bool_column()`: make making flags painless
+ Added `addattr()`, `PrefixIdentifier()`
+ Introduce `rb64encode()` and `rb64decode()` to deal with issues about Base64 and padding
+ Added `addattr()`, `PrefixIdentifier()`, `mod_floor()`, `mod_ceil()`
+ First version to have unit tests!
## 0.3.7
- Fixed a bug in `b64decode()` padding handling which made the function inconsistent and non injective. Now, leading `'A'` is NEVER stripped.
## 0.3.6