neo-go/pkg/core/interop/crypto
Roman Khimov 53c014a0bb crypto/consensus: sign hashes and cache them for consensus payloads
Avoid serializing payload again and again for various purposes. To sign it, we
only need a hash.

Some 2.4% gain in TPS could be achieved with this.
2020-09-09 20:46:31 +03:00
..
ecdsa.go crypto/consensus: sign hashes and cache them for consensus payloads 2020-09-09 20:46:31 +03:00
ecdsa_test.go *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00
hash.go crypto/consensus: sign hashes and cache them for consensus payloads 2020-09-09 20:46:31 +03:00
hash_test.go core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
interop.go core: replace interop names with named constants 2020-08-14 14:21:54 +03:00