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 pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 17:13:24 +02:00
b4228dec16 refactor: add doc comment for split numbers and change order to msb first
PlexSheep opened issue PlexSheep/numf#9 2024-05-12 16:59:11 +02:00
add padding for outputs
PlexSheep created pull request PlexSheep/pt#77 2024-05-12 02:53:05 +02:00
WIP: feat/bintols/split-numbers-to-bytes
PlexSheep pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 02:48:02 +02:00
77d473e22c refactor: split-numbers generic by converting to u128 #76
dc506de8aa test: split-numbers #76
Compare 2 commits »
PlexSheep pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 02:47:43 +02:00
41b38a89ff refactor: split-numbers generic by converting to u128
PlexSheep pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 02:47:17 +02:00
ad03279778 test: split-numbers
PlexSheep pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 02:24:58 +02:00
0eb6490854 feat: split unsigned numbers into bytes #76
PlexSheep pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 02:24:41 +02:00
1c4db54b6e feat: split unsigned numbers into bytes ä76
PlexSheep pushed to feat/bintols/split-numbers-to-bytes at PlexSheep/pt 2024-05-12 02:24:28 +02:00
cec0505105 feat: split unsigned numbers into bytes
PlexSheep created branch feat/bintols/split-numbers-to-bytes in PlexSheep/pt 2024-05-12 02:24:27 +02:00
PlexSheep commented on issue PlexSheep/numf#4 2024-05-12 02:08:16 +02:00
add additional formats

See #8

PlexSheep commented on issue PlexSheep/numf#4 2024-05-12 02:07:42 +02:00
add additional formats

PR #7 addresses this but needs an extra function to make u128 into a slice, which I don't like. Use a dependency instead.

PlexSheep reopened issue PlexSheep/numf#4 2024-05-12 02:07:42 +02:00
add additional formats
PlexSheep opened issue PlexSheep/numf#8 2024-05-12 02:06:22 +02:00
split u128 into Vec<u8> with a dependency instead of in this program
PlexSheep commented on pull request PlexSheep/numf#7 2024-05-12 02:05:10 +02:00
feat/other-formats

This seems like a fairly common thing to do, perhaps we can use a dependency for this?

PlexSheep commented on pull request PlexSheep/numf#7 2024-05-12 02:05:10 +02:00
feat/other-formats

Issue for pt was created: PlexSheep/pt#76

PlexSheep commented on pull request PlexSheep/numf#7 2024-05-12 02:05:10 +02:00
feat/other-formats

Don't add a function for binary manupulation to this program, use a dependency instead.

PlexSheep commented on pull request PlexSheep/numf#7 2024-05-12 02:03:35 +02:00
feat/other-formats

Issue for pt was created: PlexSheep/pt#76

PlexSheep opened issue PlexSheep/pt#76 2024-05-12 02:02:50 +02:00
split unsigned integer types into u8 slices
PlexSheep commented on pull request PlexSheep/numf#7 2024-05-12 02:00:29 +02:00
feat/other-formats

seems okay