CenTdemeern1
|
abf0909b68
|
Write a proper implementation for base16 (#6909)
According to CONTRIBUTING.md:
"Algorithms in this repo should not be how-to examples for existing Python packages."
|
2022-10-26 19:09:28 +13:00 |
|
Rohan R Bharadwaj
|
bdd135d403
|
Split base85.py into functions, Add doctests (#5746)
* Update base16.py
* Rename base64_encoding.py to base64.py
* Split into functions, Add doctests
* Update base16.py
|
2021-11-02 11:10:25 +01:00 |
|
Rohan R Bharadwaj
|
6fcefc0453
|
Add decode function to base16.py (#5575)
* Add decode function
* Update base16.py
* Update base16.py
* Update base16.py
* Made the line shorter
* Made another line shorter
|
2021-10-26 15:23:38 +02:00 |
|
Tan Yong He
|
9bf7b183e7
|
Improve Base16 Codebase (#3534)
* Add doctest and remove input() usage
* Apply suggestions from code review
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
|
2020-11-23 13:01:43 +05:30 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
gerroo
|
a834326e0e
|
Added b16, b32, a85, abs, absMax, absMin
|
2018-11-03 12:08:13 -08:00 |
|