Files
Odin/core
Zoltán Kéri 7672ac945a encoding/base32: Add RFC 4648 test suite
Add test suite based on RFC 4648 test vectors and validation rules:
- Add section 10 test vectors for valid encoding/decoding
- Add test cases for invalid character handling (section 3.2)
- Add test cases for padding validation (section 4)
- Add test cases for length requirements (section 6)

The test vectors verify that:
- Empty string encodes/decodes correctly
- Standard cases like "foo" -> "MZXW6===" work
- Invalid characters are rejected
- Missing or malformed padding is detected
- Invalid lengths are caught
2024-12-24 15:28:34 +01:00
..
2024-09-09 18:49:13 +02:00
2024-11-24 12:32:10 +00:00
2024-11-08 10:32:26 -05:00
2024-12-23 16:33:23 +01:00
2024-11-17 13:52:08 +01:00
2024-02-08 15:15:16 +00:00
2024-12-04 14:29:49 +01:00
2024-11-30 22:29:47 +05:00
2024-11-20 14:07:23 -08:00