Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
chars = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"; data =
|
||||
IntegerDigits[
|
||||
FromDigits[
|
||||
StringPosition[chars, #][[1]] - 1 & /@ Characters[InputString[]],
|
||||
58], 256, 25];
|
||||
data[[-4 ;;]] ==
|
||||
IntegerDigits[
|
||||
Hash[FromCharacterCode[
|
||||
IntegerDigits[Hash[FromCharacterCode[data[[;; -5]]], "SHA256"],
|
||||
256, 32]], "SHA256"], 256, 32][[;; 4]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue