Commit Graph

259 Commits (3adf1cecf203e9506d6ef87147693de4087e7d97)

Author SHA1 Message Date
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
Gustav Simonsson 2c1b0ff17e Update key store to new spec but keep address field for now 9 years ago
Gustav Simonsson f98e002d98 Address pull request comments; key header and hex encoding 9 years ago
Gustav Simonsson 313eec33ad Revert "Add key header to unencrypted key file" 9 years ago
Gustav Simonsson cd88295f5a Add key header to unencrypted key file 9 years ago
Gustav Simonsson 29a5a92d13 Add key header to encrypted keys 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
Gustav Simonsson 6b23094cff Improve key store passphrase crypto 9 years ago
Gustav Simonsson 9918b6c84e Remove the awesome, ever misunderstood entropy mixing 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
Gustav Simonsson 34c94d5fcd Add loading of block test privkey if present 10 years ago
Gustav Simonsson b0bf12ec87 Remove unneeded allocation 10 years ago
Gustav Simonsson 4d1887093d Use make instead of new for allocation 10 years ago
Noel Maersk 958c04e79a doc: crypto/secp256k1 GMP dependency package name. 10 years ago
Gustav Simonsson 9d2a156453 Fix ignore of unexpected files in key dir 10 years ago
Maran 04e216319e Adding flags to facilitate cross compiling to ARM 10 years ago
Felix Lange 4907d28967 crypto: update {Load,Save}ECDSA comments to mention hex encoding 10 years ago
Bas van Kervel ef393da933 removed utility function and implemented hex conversation in crypto functions 10 years ago
Bas van Kervel b3a3fdf9a4 Support for import/export hex encoded keys, closes #635 10 years ago
Gustav Simonsson aa4ff52d84 Add IsOnCurve check to EC unmarshalling in ECIES decryption 10 years ago
Gustav Simonsson 941f051358 libsecp256k1 #define NDEBUG 10 years ago
obscuren 50bbdfe582 Link GMP 10 years ago
Gustav Simonsson 3f306f63d4 Forward and log EC recover err and remove dup pubkey len check 10 years ago
Gustav Simonsson d9b37b6da7 Update Go wrapper around libbsecp256k1 10 years ago
Gustav Simonsson f4d4f1ccb2 Update bitcoin secp256k1 lib 10 years ago
obscuren 61c5edcb57 Cleanup. 10 years ago
zelig 4ec38e3932 common: remove WriteFile and ReadAllFile (use ioutil instead) 10 years ago
zelig c4ea921876 import/export accounts 10 years ago
Felix Lange c388e7eac0 crypto: remove use of common.Value.Encode 10 years ago