Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.hex: Deprecate to/from in favour of encode/decode, for consistency! | Matthew Wild | 2022-03-04 | 1 | -1/+5 |
| | |||||
* | util.hex: Normalize hex to lowercase and discard non-hex input | Kim Alvefur | 2015-08-26 | 1 | -1/+2 |
| | |||||
* | util.hex: Pedantic optimization, 1 table lookup per byte instead of 3 ↵ | Kim Alvefur | 2015-01-12 | 1 | -7/+13 |
| | | | | function calls makes it go faster | ||||
* | util.hex: Use locals! | Kim Alvefur | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | util.hex: Small util lib for converting to/from hex strings | Matthew Wild | 2014-09-02 | 1 | -0/+19 |