nim-abc/abc
Mark Spanbroek 652e34d6b2 Speed up hashing of transactions and hashes
Calculate hashing without first concatenating bytes.
2021-09-01 13:00:32 +02:00
..
dag Replace HashSet with seq to improve performance 2021-08-05 14:58:56 +02:00
acks.nim Speed up hashing of transactions and hashes 2021-09-01 13:00:32 +02:00
dag.nim Add transaction confirmation to TxStore using DAG and voting 2021-08-04 16:31:31 +02:00
hash.nim Speed up hashing of transactions and hashes 2021-09-01 13:00:32 +02:00
helpers.nim Check validity of outputs when initializing Transaction 2021-06-29 11:00:40 +02:00
history.nim Combine TxHash and AckHash into single Hash type 2021-08-02 10:54:58 +02:00
keys.nim Allow public keys to be used in HashTable and HashSet 2021-07-15 13:46:51 +02:00
transactions.nim Speed up hashing of transactions and hashes 2021-09-01 13:00:32 +02:00
txstore.nim Stop traversing DAG once all transactions are confirmed 2021-08-04 16:51:28 +02:00
voting.nim Add voting mechanism 2021-08-04 16:13:21 +02:00
wallet.nim Wallet signs acks 2021-07-05 11:19:21 +02:00