Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fromHexString, fromHexStringAsRange and isHexString
Squashed commit of the following: commit af66b61 Author: Elias Batek Date: Sun Nov 3 09:37:51 2024 +0100 Further cleanup commit cb122cd Author: Elias Batek Date: Sun Nov 3 09:31:42 2024 +0100 Add bloat because of questionable Circle CI failure commit 1ad9e88 Author: Elias Batek Date: Sun Nov 3 09:24:37 2024 +0100 Add cycle test commit 913cfc7 Author: Elias Batek Date: Sun Nov 3 09:13:47 2024 +0100 Split long lines commit 4c062cc Author: Elias Batek Date: Sun Nov 3 09:11:38 2024 +0100 Do not leak implementation details in unittest commit 66e64de Author: Elias Batek Date: Sun Nov 3 09:09:17 2024 +0100 Improve unittests commit 1b95777 Author: Elias Batek Date: Sun Nov 3 09:00:16 2024 +0100 Fix style commit b1e4c61 Author: Elias Batek Date: Sun Nov 3 08:56:02 2024 +0100 Improve unittests commit c5aed51 Author: Elias Batek Date: Sun Nov 3 08:31:57 2024 +0100 Fix decoder regression commit 89f4d9b Author: Elias Batek Date: Sun Nov 3 08:21:52 2024 +0100 Rename commit c3a8c52 Author: Elias Batek Date: Sun Nov 3 08:11:03 2024 +0100 Oops commit aff5b0d Author: Elias Batek Date: Sun Nov 3 08:03:32 2024 +0100 Fix typo and wstring/dstring bug commit dbe75e9 Author: Elias Batek Date: Sun Nov 3 08:03:23 2024 +0100 Improve docs commit 9ff3ac3 Author: Elias Batek Date: Sun Nov 3 07:50:35 2024 +0100 Fix return type typo commit 4b68416 Author: Elias Batek Date: Sun Nov 3 07:49:48 2024 +0100 Add validation commit 3d22244 Author: Elias Batek Date: Sun Nov 3 07:34:21 2024 +0100 Remove no longer necessary cast commit a8ac073 Author: Elias Batek Date: Sun Nov 3 07:30:41 2024 +0100 Improve docs commit 4efb47b Author: Elias Batek Date: Sun Nov 3 07:27:54 2024 +0100 Cleanup API commit d1a3fd0 Author: Elias Batek Date: Sun Nov 3 07:15:42 2024 +0100 Add constraints commit 5fb9097 Author: Elias Batek Date: Sun Nov 3 07:05:17 2024 +0100 Improve docs commit 100aa5f Author: Elias Batek Date: Sun Nov 3 06:46:32 2024 +0100 Refactor commit 13551c1 Author: Elias Batek Date: Sun Nov 3 06:37:33 2024 +0100 Fix out-of-bounds bug commit cca538f Author: Elias Batek Date: Sun Nov 3 06:32:52 2024 +0100 Fix accidental conversion of faulty hex digits commit c4a367d Author: Elias Batek Date: Sun Nov 3 06:19:19 2024 +0100 Refactor commit 538ea23 Author: Elias Batek Date: Sun Nov 3 06:15:21 2024 +0100 Add changelog commit cb1b131 Author: Elias Batek Date: Sun Nov 3 05:17:55 2024 +0100 Add fromHexString Squashed commit of the following: commit bc159e9b44c89e68b66dfb3c54bd781229dffa46 Author: Tynuk <[email protected]> Date: Sat Jan 27 12:14:52 2024 +0200 update style commit 1fc719532fb83b764c95701973a5fddc98520a15 Author: Tynuk <[email protected]> Date: Sat Jan 27 11:52:19 2024 +0200 create ByteRange commit 27ea722f04d9b0120aff2a405935530dd0174950 Author: Tynuk <[email protected]> Date: Thu Aug 25 16:19:45 2022 +0300 rm spaces commit 1fdf63ab4baafc1c4d6d9e957767fe64716365ef Author: Tynuk <[email protected]> Date: Thu Aug 25 15:55:40 2022 +0300 Rename commit 4b37b8d40d1c251b35e3c14ec64e3b15a388e158 Author: Tynuk <[email protected]> Date: Thu Aug 25 15:26:10 2022 +0300 Update std/digest/package.d commit 712eb2504371c63bee582fb53b5d2bbae9e6f525 Author: Tynuk <[email protected]> Date: Thu Aug 25 15:25:51 2022 +0300 Update std/digest/package.d commit 4826317a5d9d1da7ef8cd4b6df87237d8d254bff Author: Tynuk <[email protected]> Date: Thu Aug 25 15:25:43 2022 +0300 Update std/digest/package.d commit aedb66bd1ab8bdd1f5acc54f5f63f2c9d2b33b05 Author: tynuk <[email protected]> Date: Mon Aug 8 15:15:42 2022 +0300 add toDigest / hexToBytes Co-authored-by: Elias Batek <[email protected]>
- Loading branch information