julia
move SHA to stdlib
#25953
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
99
Changes
View On
GitHub
move SHA to stdlib
#25953
StefanKarpinski
merged 99 commits into
master
from
kc/SHA_stdlib
initial empty commit
7c8cdc45
SHA.jl generated files.
9db79ecc
Introducing SHA.jl; a performant, 100% native-julia SHA2-{224,256,384…
ece4a819
Pkg.test() is not available in Julia 0.2. :(
a714cc43
Update LICENSE.md
0bb86dec
Add a REQUIRE file
6fc54557
Update LICENSE.md
3e8a10ca
Update LICENSE.md
856a10d0
Add OSX testing to SHA.jl
53f9cebb
Merge pull request #1 from staticfloat/jcb/perf
1c94457d
various performance fixes
a51ebb38
add perf command line test
30adf042
Merge branch 'jcb/perf'
93fc1e06
Remove some unnecessary debugging code
28702f45
provide higher level api to SHA functions
b4ebfe3c
Merge pull request #2 from jakebolewski/jcb/highlevelapi
6aefc593
Add a little bit of documentation now that we've got a nicer high-lev…
f091ad7e
remove deprecation warnings from SHA.jl
914a7eac
Merge pull request #3 from jakebolewski/jcb/fixbindeps
0e31e9d2
Cleanup comment, as it's no longer the case
1b8f38de
0.4-dev warnings
80ff83c1
Merge pull request #4 from yuyichao/0.4-dev
6f249c3e
Perform fairly big reorganization of code, add in SHA1
05ecc992
Cut down on allocations a bit
9d513143
Remove `mod1` as it's already in Base, clean up spaces/tabs
8854b376
Doc fixes and more space/tab fixes
851333a7
Merge pull request #6 from staticfloat/sf/sha1_and_reorg
6de03f4e
enable precompilation
9629ca40
modernize travis
63a92eb8
raise julia REQUIRE to 0.3
2168deff
Merge pull request #7 from tkelman/patch-1
4eeff02a
Add test coverage
75a8a941
Merge pull request #8 from IainNZ/codecov
9fb9433f
Increase coverage
82688525
We also need to mischunk twice in a row
5315ead9
Fix some nerrors shenanigans
3b2bb208
Genericize bswap!() overload
dc31f638
Merge pull request #9 from staticfloat/sf/coveragebaby
98f4e994
Add PkgEval
2e317e88
Merge pull request #10 from IainNZ/patch-1
fdd1bc0f
Fix deprecation warnings on 0.4
a8dc8f9f
Merge pull request #11 from yuyichao/0.4-binding
90144b2c
Fairly cleanup, SHA3 and bytes instead of strings!
54b1fc15
Merge pull request #13 from staticfloat/sf/sha3
e3a9f849
Fix depwarn on 0.5 for ByteString
cc8c2a62
Re-enable precompilation
3bf31d47
Merge pull request #16 from yuyichao/0.5-depwarn
70b51d14
test separately on 0.3 and 0.4 on travis
38314282
Use at-compat for Union and Dict
97c2fa37
Use at-compat or convert for call overloading
5dc0051c
Use Array(UInt64, 5) instead of Array{UInt64,1}(5)
80e58afe
Merge pull request #18 from tkelman/patch-1
010a6e8f
Added IO, show and copy tests.
55f9f351
Merge pull request #21 from vinctux/master
285faef2
Fix depwarns
bd34daba
Bump up Compat version
dec87986
Merge pull request #22 from ranjanan/RA/depwarn
3b2dfa1f
also test on 0.5 rc's, and use default travis script setting
383cbab1
Add issue and pull request template
e58b2661
Use ⊻ instead of $ and bump Compat requirement
f7690666
Remove Julia 0.3 support
c5b337c9
Merge pull request #26 from andreasnoack/master
7a57fd67
Update sha3.jl
12590cea
Update types.jl
d07a15e1
Merge pull request #29 from musm/patch-1
9966ae49
Merge pull request #30 from musm/patch-2
fa90d147
Update dep map! method
6481fc51
Merge pull request #31 from musm/patch-1
14aaef7a
Fix 0.6 abstract type declaration depwarn
3db3e785
Merge pull request #32 from yuyichao/0.6
cbc92e6f
Fix typealias depwarn on 0.6
afbbaa58
Merge pull request #33 from yuyichao/0.6
08bfbf1b
Fix wrong use of reinterpret
2bb02072
Merge pull request #35 from yuyichao/align
337a8f78
Fix depwarns under 0.7 and bump REQUIRE and CI to 0.6.
b9f21f2f
Merge pull request #36 from Sacha0/fixdepwarns
5b22374d
Remove isdefined for precompile
c5b85c62
Add syntax highlighting to readme
daf76323
Merge pull request #37 from musm/patch-1
c7de6b76
Merge pull request #38 from musm/patch-2
d487014b
update parameterized syntax
693c5c3e
Merge pull request #39 from musm/tes
90e1dffa
Remove extra spaces
1cca628b
Merge pull request #40 from musm/patch-1
d44d9d87
Fix depwarns on 0.7
cbe54810
Merge pull request #41 from yuyichao/0.7
e5f8a5c4
hashing tuples (#34)
a22173e3
Drop Compat dependency (#42)
aba4a66e
Much smarter file wrapper that loads in files one chunk at a time
79bcc3fd
add HMAC functionalities (#45)
43b2bad8
=Use abstract type, not union (#48)
ad951124
Abstractions for MD5.jl (#49)
1d29970a
fix typo in comment
939e8f57
0.7 compat fixes (#51)
5ca2ad1d
Optimize SHA1 implementation. (#47)
de596997
More 0.7 compat (#52)
af7239ed
Bump Compat requirement
62e09244
Add 'stdlib/SHA/' from commit '62e0924400f8fdd90f1a974dff3da31c7d39dad0'
6c6a4472
KristofferC
added
stdlib
KristofferC
force pushed
from
64a82ff1
to
94f8caa9
8 years ago
add SHA to stdlib
2c2b7141
KristofferC
force pushed
from
94f8caa9
to
2c2b7141
8 years ago
StefanKarpinski
merged
d908637f
into master
8 years ago
StefanKarpinski
deleted the kc/SHA_stdlib branch
8 years ago
Login to write a write a comment.
Login via GitHub
Reviewers
No reviews
Assignees
No one assigned
Labels
stdlib
Milestone
No milestone
Login to write a write a comment.
Login via GitHub