Files
Odin/core
Zoltán Kéri fe88c22b1f encoding/base32: Fix RFC 4648 references and add RFC reference URL
Fix incorrect RFC 4648 section references:
- Add RFC URL reference at package level
- Update Error enum documentation to reference correct sections:
  - Invalid_Character: Section 3.3 (non-alphabet characters)
  - Invalid_Length: Section 6 (base32 block size requirements)
  - Malformed_Input: Section 3.2 (padding)
- Fix test file section references to match correct sections

This ensures all RFC references are accurate and adds a link to the
source RFC for reference.
2024-12-31 23:47:33 +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