Skip to content

Commit

Permalink
add digest!
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Zimmerberg <[email protected]>
  • Loading branch information
rfourquet and nhz2 authored Oct 9, 2023
1 parent 187f7d1 commit e4712ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/Random/src/RNGs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ function hash_seed(str::AbstractString)
SHA.update!(ctx, (pad % UInt8,))
end
SHA.update!(ctx, (0x05,))
SHA.digest!(ctx)
end


Expand Down

0 comments on commit e4712ba

Please sign in to comment.