index
:
dexon-consensus
dexon-classic
jimmy-check-deliver
jimmy-intf
jimmy-verify-timeout
master
mission-agreement-cache
mission-tmp
mission-vote-x
testnet
wip/lantw/license-makefile-shell-scripts
DEXON consensus algorithm (https://github.com/dexon-foundation/dexon-consensus)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
crypto.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Fix dkg and CRS signature (#294)
Jimmy Hu
2018-11-05
1
-0
/
+4
*
Rename repo to dexon-consensus
Wei-Ning Huang
2018-11-02
1
-9
/
+9
*
core: Add BlockSkeleton and Verify functions (#271)
Jimmy Hu
2018-10-29
1
-2
/
+1
*
core: Move dkg in types to types/dkg. (#253)
Jimmy Hu
2018-10-25
1
-10
/
+11
*
core: fix stuffs (#250)
Mission Liao
2018-10-24
1
-5
/
+0
*
core: fix timestamp marshaling (#207)
Wei-Ning Huang
2018-10-15
1
-2
/
+2
*
Fix typo in crypto (#186)
Jimmy Hu
2018-10-09
1
-2
/
+2
*
core: Add DKG final message. (#181)
Jimmy Hu
2018-10-09
1
-0
/
+24
*
core: Check PrivateShare in DKGComplaint (#180)
Jimmy Hu
2018-10-08
1
-0
/
+6
*
core: General tsig (#177)
Jimmy Hu
2018-10-05
1
-4
/
+1
*
core: Check Witness height. Add ConsensusTime and ConsensusHeight to block. (...
Jimmy Hu
2018-10-04
1
-1
/
+19
*
core: export some crypto verification function (#166)
Wei-Ning Huang
2018-10-03
1
-2
/
+4
*
core: update data model to reflect new model (#157)
Wei-Ning Huang
2018-10-01
1
-28
/
+0
*
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Jimmy Hu
2018-09-26
1
-13
/
+13
*
core: move crypto to core/crypto (#140)
Mission Liao
2018-09-26
1
-1
/
+1
*
core: run TSIG for first configuration block at startup (#135)
Jimmy Hu
2018-09-26
1
-0
/
+4
*
core: add anti-complaint and nack-complaint to dkg protocol (#123)
Jimmy Hu
2018-09-21
1
-0
/
+1
*
core: refactor witness data processing flow (#124)
Wei-Ning Huang
2018-09-20
1
-1
/
+2
*
Rename validator* to node* (#120)
Mission Liao
2018-09-20
1
-6
/
+6
*
core: rename Notary (Acks) to Witness (#118)
Wei-Ning Huang
2018-09-19
1
-7
/
+7
*
core:DKG and TSIG protocol (#115)
Jimmy Hu
2018-09-19
1
-0
/
+99
*
core: replace acks with slice (#102)
Mission Liao
2018-09-12
1
-8
/
+2
*
core: types: use []byte for block Payload type (#101)
Wei-Ning Huang
2018-09-12
1
-1
/
+1
*
core: timestamp (#98)
Jimmy Hu
2018-09-11
1
-16
/
+4
*
core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...
Jimmy Hu
2018-09-03
1
-8
/
+11
*
core: Add PreparePayloads to Application and Remove blockConverter interface....
Jimmy Hu
2018-08-30
1
-6
/
+4
*
core: Leader Selector. (#80)
Jimmy Hu
2018-08-30
1
-0
/
+18
*
core: Add vote type and add field to block. (#76)
Jimmy Hu
2018-08-28
1
-3
/
+45
*
core: Notary ack (#69)
Jimmy Hu
2018-08-21
1
-9
/
+0
*
core: NotaryAck interfaces. (#67)
Jimmy Hu
2018-08-20
1
-1
/
+1
*
core: Remove notary ack. (#64)
Jimmy Hu
2018-08-16
1
-9
/
+9
*
core: Add compaction chain module. (#60)
Jimmy Hu
2018-08-16
1
-5
/
+5
*
core: Sign block in Consensus.PrepareBlock. (#50)
Jimmy Hu
2018-08-13
1
-9
/
+0
*
core: Modify Consensus interface (#45)
Jimmy Hu
2018-08-10
1
-1
/
+1
*
core: Add block hash signature functions in core/ctypto.go. (#39)
Jimmy Hu
2018-08-10
1
-0
/
+62
*
crypto: Add crypto module. (#34)
Jimmy Hu
2018-08-08
1
-0
/
+58