julia
move SHA to stdlib
#25953
Merged

move SHA to stdlib #25953

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