Commit Graph

136 Commits (6c670eff015223fbf9c33d8c25bd583b8c20f584)

Author SHA1 Message Date
Péter Szilágyi 45d08a8aa7 crypto: expose key encryption method, add ping-pong test 9 years ago
Péter Szilágyi 0969b35eec crypto: code polish + ensure key file contents match with name 9 years ago
Péter Szilágyi cda91ee180 crypto: expose key decryption method to parse a string direclty 9 years ago
Ricardo Catalinas Jiménez 3d971c5a34 crypto: Remove dead code 9 years ago
Ricardo Catalinas Jiménez 0c6665558a crypto: Add backward compatible aliases for Sha3{,Hash}() 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Ricardo Catalinas Jiménez c20d6e5e4e crypto/sha3: Export Keccak-256 hash function 9 years ago
Ricardo Catalinas Jiménez 5387ad760f crypto/sha3: Remove import path checking from vendored code 9 years ago
Ricardo Catalinas Jiménez e4b138a593 crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 9 years ago
Ricardo Catalinas Jiménez 0a1da69fac crypto/sha3: Delete old copied code 9 years ago
Gustav Simonsson 371871d685 parmas, crypto, core, core/vm: homestead consensus protocol changes 9 years ago
Felix Lange fdb936ee95 crypto/ecies: make authenticated shared data work 9 years ago
Felix Lange 032453b3e7 crypto: "Crypto" -> "crypto" in web3 key format 9 years ago
Felix Lange 02356b36d6 crypto/secp256k1: remove dependency on libgmp 9 years ago
Gustav Simonsson c8ad64f33c crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult 9 years ago
Gustav Simonsson 27a50c8f4b core/secp256k1: update libsecp256k1 Go wrapper and tests 9 years ago
Felix Lange e344e1d490 crypto/secp256k1: drop pkgsrc paths from CFLAGS 9 years ago
Felix Lange 5159f8f649 crypto/secp256k1: raise internal errors as recoverable Go panic 9 years ago
Felix Lange 1b29aed128 crypto/secp256k1: verify recovery ID before calling libsecp256k1 9 years ago
Felix Lange 16b0bc7c3b crypto/secp256k1: add C compiler flags for pkgsrc 9 years ago
Drake Burroughs 05ea8926c3 cmd/utils, crypto: add --lightkdf flag for lighter KDF 9 years ago
zelig 8b81ad1fc4 console: 9 years ago
Gustav Simonsson 2db9798646 common, crypto: add ICAP functions 9 years ago
Gustav Simonsson f32fa075f1 core/secp256k1: update libsecp256k1 Go wrapper and tests 9 years ago
Gustav Simonsson 1d20b0247c Update libsecp256k1 9 years ago
Gustav Simonsson 3340b56593 crypto: correct sig validation, add more unit tests 9 years ago
Jeff R. Allen 0d40727775 Change go-uuid to use the current supported repository. 9 years ago
zelig d4da2f630e crypto: remove obsolete key files 9 years ago
Pavol Rusnak 3f07afbbd2 remove elliptic.P224 usage 9 years ago
Fynn 7065ebd2ed FreeBSD support 9 years ago
Felix Lange 453d2c9ce1 crypto: fix build with Go 1.5 9 years ago
Felix Lange 67598d9d08 crypto/sha3: add full license headers 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange f4acdea402 crypto: fix license of curve.go 9 years ago
Felix Lange 06d5898d6a crypto: remove debug print call after decrypting a key from disk 9 years ago
zelig 589f1c85b9 : colon => dash - in keyfile name - slight deviation from ISO8601 for WIN FS compatibility 9 years ago
Felix Lange 4fb28e0dab all: goimports -w 9 years ago
Felix Lange e813626ee1 all: remove @author comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
zelig 1959346793 account update: migrate or change password 9 years ago
zelig fc17a527bc fix account ordering 9 years ago
zelig a4df9d74ea accounts order by keyfile ctime 9 years ago
Gustav Simonsson d23ec6c419 Change keystore to version 3 9 years ago
obscuren 0f51ee6c88 crypto: return common.Address rather than raw bytes 9 years ago
Gustav Simonsson edbd902a1b Initialise curve N value in package init 9 years ago
Péter Szilágyi 14e7192d9c crypto/sha3: pull in latest keccak from go crypto (45% speed increase) 9 years ago
Gustav Simonsson 32e1b104f8 Add EC signature validations before call to libsecp256k1 9 years ago
Gustav Simonsson 56a5592ea0 Update keystore code comments 9 years ago
Gustav Simonsson e389585f1f Change default keystore dir 9 years ago