index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix for windows compliation (circular dependency between statics initialized ...
subtly
2014-12-10
1
-0
/
+9
*
cryptopp crash w/null plaintext passed to decrypt
subtly
2014-12-08
1
-0
/
+8
*
Build fix.
Gav Wood
2014-11-18
1
-1
/
+1
*
Remove overly verbose log.
Gav Wood
2014-11-18
1
-1
/
+1
*
Windows build fix.
Gav Wood
2014-11-17
1
-1
/
+1
*
pr fix
subtly
2014-11-14
1
-2
/
+1
*
changes for code review
subtly
2014-11-14
1
-1
/
+1
*
refactor and thread-safe cryptopp. for now, remove secp256klib calls. ecdh an...
subtly
2014-11-13
1
-98
/
+45
*
cryptopp recover public key
subtly
2014-11-12
1
-4
/
+4
*
ecdh, ecdhe, initial aes classes
subtly
2014-11-12
1
-54
/
+89
*
Merge branch 'develop' into crypto
subtly
2014-11-06
1
-11
/
+11
|
\
|
*
Transaction documentation and build fixes.
Gav Wood
2014-11-05
1
-8
/
+8
|
*
Documentation for Transaction.
Gav Wood
2014-11-05
1
-2
/
+2
*
|
Merge branch 'develop' into crypto
subtly
2014-11-05
1
-12
/
+2
|
\
|
|
*
Classify Transaction.
Gav Wood
2014-11-05
1
-12
/
+2
*
|
coding standards, documentation, new exception syntax
subtly
2014-11-05
1
-1
/
+8
*
|
codereview fixes
subtly
2014-11-04
1
-2
/
+2
*
|
Placeholder kdf. More cleanup and tests.
subtly
2014-11-02
1
-16
/
+18
*
|
remove asserts for recid being 2, which is rare, but may occur
subtly
2014-10-30
1
-58
/
+16
*
|
recover public key from ecdsa,v sig using cryptopp
subtly
2014-10-30
1
-0
/
+108
*
|
Merge branch 'develop' into crypto
subtly
2014-10-28
1
-0
/
+3
|
\
|
|
*
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
Gav Wood
2014-10-27
1
-0
/
+3
*
|
Require secret for hmac.
subtly
2014-10-28
1
-1
/
+1
*
|
support for verifying ec signatures w/secp256k1 or cryptopp.
subtly
2014-10-27
1
-84
/
+94
*
|
ecdsa tests
subtly
2014-10-27
1
-33
/
+76
*
|
Cleaner everything. CryptoPP doesn't recover public keys. secp256k1lib base d...
subtly
2014-10-26
1
-59
/
+42
|
/
*
style. remove unused code.
subtly
2014-10-24
1
-43
/
+4
*
coding standards
subtly
2014-10-24
1
-15
/
+15
*
remove irrelevant test code
subtly
2014-10-24
1
-8
/
+0
*
cleanup more headers
subtly
2014-10-24
1
-1
/
+1
*
add ecies encrypt/decrypt support to common crypto
subtly
2014-10-24
1
-0
/
+18
*
two ec curves walked into a bar...
subtly
2014-10-23
1
-9
/
+26
*
commit before narrowing down import-public key issue w/cryptopp
subtly
2014-10-23
1
-18
/
+46
*
cryptopp_vs_secp256k1
subtly
2014-10-23
1
-1
/
+32
*
fix public import/export
subtly
2014-10-23
1
-11
/
+7
*
import/export cryptopp keys. begin to separate operations and public/secret.
subtly
2014-10-23
1
-28
/
+21
*
Export and encrypt via dev::Public. more cryptopp abstraction.
subtly
2014-10-23
1
-1
/
+21
*
abstract cryptopp. add/test encrypt/decrypt for key.
subtly
2014-10-23
1
-26
/
+40
*
aes ctr mode test
subtly
2014-10-22
1
-0
/
+73
*
cleanup headers
subtly
2014-10-19
1
-2
/
+6
*
basic ecies class
subtly
2014-10-18
1
-75
/
+31
*
Merge branch 'develop' into crypto
subtly
2014-10-18
1
-1
/
+1
|
\
|
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2014-10-17
1
-4
/
+163
|
|
\
|
*
|
Correct namespace for a few things in devcrypto.
Gav Wood
2014-10-17
1
-1
/
+1
*
|
|
cryptopp aes128-cbc
subtly
2014-10-15
1
-3
/
+40
|
|
/
|
/
|
*
|
cryptopp ecdh and ecies
subtly
2014-10-15
1
-4
/
+163
|
/
*
fixed segfaults on accessing temp objects vector buffers
Arkady Paronyan
2014-10-03
1
-8
/
+12
*
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Gav Wood
2014-09-06
1
-3
/
+3
*
Project-wide reorganisation of namespaces.
Gav Wood
2014-09-05
1
-2
/
+3
*
Project refactor. Introduce the Serpent library.
Gav Wood
2014-06-28
1
-3
/
+3
*
Major reorganisation.
Gav Wood
2014-05-26
1
-3
/
+3
*
Split out libethcore from libethereum.
Gav Wood
2014-04-23
1
-5
/
+5
*
Broke the crypto test out into a separate boost auto test case.
Carl Allendorph
2014-04-20
1
-0
/
+29
*
PoC 3.5 functionality. Still buggy though.
Gav Wood
2014-03-25
1
-1
/
+0
*
Repotted Common.h.
Gav Wood
2014-03-05
1
-18
/
+19
*
Tests.
Gav Wood
2014-02-28
1
-0
/
+1
*
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ag...
Tim Hughes
2014-02-19
1
-4
/
+4
*
Fixed the other occurrence of Foobar
Muharem Hrnjadovic
2014-02-16
1
-1
/
+1
*
Corrected license headers (Foobar -> cpp-ethereum)
Muharem Hrnjadovic
2014-02-16
1
-1
/
+1
*
Fixes for Go interop.
Gav Wood
2014-02-12
1
-0
/
+24
*
Peers have IDs to solve duplicate peers issue.
Gav Wood
2014-02-10
1
-1
/
+0
*
AlephZero renamed AlethZero and moved to cmake project.
Gav Wood
2014-02-07
1
-1
/
+1
*
Version 2 not 3 of the GPL.
Gav Wood
2014-02-01
1
-1
/
+1
*
Manage GetBlocks properly; should work for when > 256 blocks away.
Gav Wood
2014-01-31
1
-3
/
+3
*
Various fixes.
Gav Wood
2014-01-20
1
-4
/
+13
*
Repotted tests.
Gav Wood
2014-01-19
1
-0
/
+91