Skip to content

Commit

Permalink
Update model/Core/Classes/PackageVerificationCode.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com>
  • Loading branch information
kestewart authored Aug 12, 2024
1 parent df70599 commit ecf9dae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion model/Core/Classes/PackageVerificationCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Algorithm:

valueslist = remove "/n"s from templist /* ordered sequence with no separators */
hashValue = algorithm(valueslist)
if valuelist is empty
hashValue = 0
else
hashValue = algorithm(valueslist)

where `algorithm(string)` applies a hash algorithm on a string and returns the result in lowercase hexadecimal digits.

Expand Down

0 comments on commit ecf9dae

Please sign in to comment.