Christoph J. Scherr PlexSheep
  • Deutschland
  • https://www.cscherr.de
  • I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.

  • Joined on 2023-04-16
PlexSheep created pull request PlexSheep/pt#81 2024-05-13 15:17:11 +02:00
update to v0.5.1
PlexSheep closed issue PlexSheep/pt#79 2024-05-13 15:16:28 +02:00
join a Vec of u8 into a larger type (such as u128)
PlexSheep deleted branch feat/bintols/join-array from PlexSheep/pt 2024-05-13 15:16:20 +02:00
PlexSheep pushed to devel at PlexSheep/pt 2024-05-13 15:16:20 +02:00
8f75925ec3 Merge pull request 'feat/bintols/join-array' (#80) from feat/bintols/join-array into devel
22d5b3ac07 refactor(bintols-join): return err if the result cannot be converted to T #80 #79
b9f55d1613 Merge branch 'devel' into feat/bintols/join-array
e9c3402aff automatic cargo CI changes
a1c5725c55 add tests for the join module #79
Compare 6 commits »
PlexSheep merged pull request PlexSheep/pt#80 2024-05-13 15:16:19 +02:00
feat/bintols/join-array
PlexSheep pushed to feat/bintols/join-array at PlexSheep/pt 2024-05-13 15:13:37 +02:00
22d5b3ac07 refactor(bintols-join): return err if the result cannot be converted to T #80 #79
PlexSheep pushed to feat/bintols/join-array at PlexSheep/pt 2024-05-13 15:00:46 +02:00
b9f55d1613 Merge branch 'devel' into feat/bintols/join-array
86e1cc917d automatic cargo CI changes
Compare 2 commits »
PlexSheep commented on pull request PlexSheep/pt#80 2024-05-13 15:00:35 +02:00
feat/bintols/join-array

Don't rely on u128 for this function, use pure generics if possible. Don't convert to string and parse back to get a T

PlexSheep commented on issue PlexSheep/pt#79 2024-05-13 14:58:43 +02:00
join a Vec of u8 into a larger type (such as u128)

see #80

PlexSheep created pull request PlexSheep/pt#80 2024-05-13 14:58:36 +02:00
WIP: feat/bintols/join-array
PlexSheep pushed to feat/bintols/join-array at PlexSheep/pt 2024-05-13 14:57:51 +02:00
a1c5725c55 add tests for the join module #79
2e38597a7c feat: add a join module to join arrays into larger integers #79
Compare 2 commits »
PlexSheep created branch feat/bintols/join-array in PlexSheep/pt 2024-05-13 14:57:22 +02:00
PlexSheep pushed to feat/bintols/join-array at PlexSheep/pt 2024-05-13 14:57:22 +02:00
58624e14db add tests for the join module #79
b7c83107d5 feat: add a join module to join arrays into larger integers # 79
Compare 2 commits »
PlexSheep commented on pull request PlexSheep/numf#13 2024-05-13 14:28:29 +02:00
add parser for all formats
PlexSheep opened issue PlexSheep/pt#79 2024-05-13 14:28:21 +02:00
join a Vec of u8 into a larger type (such as u128)
PlexSheep commented on pull request PlexSheep/numf#13 2024-05-13 14:27:32 +02:00
add parser for all formats

implement building the u128 from a Vec in libpt-bintols and use the dependency for this

PlexSheep pushed to feat/parse-formats at PlexSheep/numf 2024-05-13 14:25:06 +02:00
68d9cdaf69 feat: add hacky parsing for base32 and base64 #13 #5
44be69a262 test: add prefix to base32 parser test #13
Compare 2 commits »
PlexSheep pushed to feat/parse-formats at PlexSheep/numf 2024-05-13 13:51:48 +02:00
47894a3f26 test: numf_parser test for all types that should be supported by the generic #13
PlexSheep pushed to feat/parse-formats at PlexSheep/numf 2024-05-13 13:51:19 +02:00
6649470ff7 refactor: numf_parser takes a generic unsigned int #13
PlexSheep pushed to feat/parse-formats at PlexSheep/numf 2024-05-13 13:39:58 +02:00
c6ad45fb82 test: add tests for numf_parser #13