Skip to content

Commit

Permalink
Fix base8 test vectors to match RFC4648
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi authored and vmx committed Jun 5, 2020
1 parent 1bb240b commit 6004bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/basic.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
encoding, "yes mani !"
base2, "001111001011001010111001100100000011011010110000101101110011010010010000000100001"
base8, "7171312714403326055632220041"
base8, "7362625631006654133464440102"
base10, "9573277761329450583662625"
base16, "f796573206d616e692021"
base16upper, "F796573206D616E692021"
Expand Down
2 changes: 1 addition & 1 deletion tests/leading_zero.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
encoding, "\x00yes mani !"
base2, "00000000001111001011001010111001100100000011011010110000101101110011010010010000000100001"
base8, "7000171312714403326055632220041"
base8, "7000745453462015530267151100204"
base10, "90573277761329450583662625"
base16, "f00796573206d616e692021"
base16upper, "F00796573206D616E692021"
Expand Down

0 comments on commit 6004bac

Please sign in to comment.