Skip to content

Add files via upload - #63

Merged
usernamealreadyis merged 1 commit into
masterfrom
sha=.]
Jul 3, 2016
Merged

Add files via upload#63
usernamealreadyis merged 1 commit into
masterfrom
sha=.]

Conversation

@usernamealreadyis

Copy link
Copy Markdown

This script is oriented toward hashing text messages rather than binary data. The standard considers hashing byte-stream (or bit-stream) messages only. Text which contains (multi-byte) characters outside ISO 8859-1 (i.e. accented characters outside Latin-1 or non-European character sets – anything with Unicode code-point above U+FF), can’t be encoded 4-per-word, so the script defaults to encoding the text as UTF-8 before hashing it[.](Function BlockMix%28B%29:
%28B0, ... , B2r-1%29 ← B
X ← B2r−1
for i = 0 to 2r − 1 do
X ← H%28X ⊕ Bi%29
Yi ← X
end for
Output ← %28Y0, Y2, ... , Y2r−2, Y1, Y3, ... , Y2r−1%29)

This script is oriented toward hashing text messages rather than binary data. The standard considers hashing byte-stream (or bit-stream) messages only. Text which contains (multi-byte) characters outside ISO 8859-1 (i.e. accented characters outside Latin-1 or non-European character sets – anything with Unicode code-point above U+FF), can’t be encoded 4-per-word, so the script defaults to encoding the text as UTF-8 before hashing it.
@usernamealreadyis usernamealreadyis added this to the sum.num milestone Jul 3, 2016
@usernamealreadyis
usernamealreadyis merged commit d654832 into master Jul 3, 2016
@GistIcon GistIcon locked and limited conversation to collaborators Jul 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants