Skip to content

issues Search Results · repo:JuliaCrypto/SHA.jl language:Julia

Filter by

35 results
 (82 ms)

35 results

inJuliaCrypto/SHA.jl (press backspace or delete to remove)

With #116 https://buildkite.com/julialang/julia-master/builds/43001#0193c419-2f52-48df-b67a-b2e771083426/877-1789 Error During Test at /cache/build/tester-amdci4-11/julialang/julia-master/julia-7294acd59f/share/julia/stdlib/v1.12/SHA/test/runtests.jl:180 ...
  • inkydragon
  • Opened 
    on Dec 14, 2024
  • #118

We forgot to specify the julia version: https://github.com/JuliaCrypto/SHA.jl/blob/0b76d04532cee7201905ec1779a1e968174de2f1/.github/workflows/CI.yml#L38-L40 This has led to us not actually testing SHA.jl ...
  • inkydragon
  • 1
  • Opened 
    on Dec 14, 2024
  • #116

Searching for fast Keccak implementations in Julia, I came across @tecosaur s package KangarooTwelve.jl. I think it should be straightforward to extract SHA-3 implementations from it. For example, changing ...
  • erich-9
  • Opened 
    on Apr 25, 2024
  • #110

I just noticed that the SHA-3 functions yield incorrect results if the length of the message is one byte less than a multiple of the block size. Taking as an example sha3_512 and a message of length 71: ...
  • erich-9
  • 1
  • Opened 
    on Apr 22, 2024
  • #107

diff: https://github.com/JuliaCrypto/SHA.jl/compare/7ac490d...master New feature - SHA3 xof shake128 and shake256 (#92, #93, #95) shake_128, shake_256 - SHA-512: impl SHA-512/224, SHA-512/256 (#98) ...
  • inkydragon
  • Opened 
    on Apr 12, 2024
  • #106

julia-buildpkg@v1 on Windows will take about 6~7min. It only takes a few seconds on other platforms. https://github.com/JuliaCrypto/SHA.jl/actions/runs/7591156618/job/20678829291?pr=100
enhancement
  • inkydragon
  • 1
  • Opened 
    on Jan 20, 2024
  • #101

It would be helpful if for each hash there was an object representing a hash (e.g. SHA1, SHA256 etc), similar to UUID in Base. @staticfloat
  • simonbyrne
  • 7
  • Opened 
    on Dec 29, 2023
  • #96

I m trying to test those lines: https://app.codecov.io/gh/JuliaCrypto/SHA.jl/blob/master/src%2Fshake.jl#L84 https://github.com/JuliaCrypto/SHA.jl/blob/88e1c83c32790c1cfbd0d13cc71c7db32bd6a573/src/shake.jl#L74-L76 ...
  • inkydragon
  • 2
  • Opened 
    on Nov 19, 2023
  • #94

On python 3.11.6 In [1]: import random In [2]: import hashlib In [3]: def calc_sha(bytes_): ...: sha = hashlib.sha256() ...: sha.update(bytes_) ...: return sha ...: In [4]: ...
  • jonalm
  • 1
  • Opened 
    on Nov 3, 2023
  • #91

Python s hashlib.sha256(data).hexdigest() is 10x faster than SHA.jl s sha256(data) on my computer: In [8]: %timeit hashlib.sha256(data).hexdigest() 53.8 µs ± 6.88 ns per loop (mean ± std. dev. of 7 runs, ...
  • jakobnissen
  • 2
  • Opened 
    on Nov 3, 2023
  • #90
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub