Skip to content

Commit

Permalink
remove indent src/shake.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Saba <[email protected]>
  • Loading branch information
immoschuett and staticfloat authored Nov 10, 2023
1 parent 46c3426 commit 802fad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ function digest!(context::T,d::UInt,p::Ptr{UInt8}) where {T<:SHAKE}
end
end
"""
shake128(data::AbstractBytes,d::UInt)
shake128(data::AbstractBytes,d::UInt)
Hash data using the `shake128` algorithm and return the first d resulting bytes.
Hash data using the `shake128` algorithm and return the first d resulting bytes.
"""
function shake128(data::AbstractBytes,d::UInt)
ctx = SHAKE_128_CTX()
Expand Down

0 comments on commit 802fad0

Please sign in to comment.