Files
bitcoin/src
Gavin Andresen fcbeaff8d0 Move signature cache from CKey::Verify to CheckSig in script.cpp
More than doubles the speed of verifying already-cached signatures
that use compressed pubkeys:
Before: ~200 microseconds
After:  ~80 microseconds
(no caching at all: ~3,300 microseconds per signature)

Also encapsulates the signature cache code in a class
and fixes a signed/unsigned comparison warning.
2012-06-19 15:36:34 -04:00
..
2012-04-27 10:14:33 -04:00
2012-05-06 19:58:22 -04:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-02-19 19:06:42 +01:00
2012-04-17 20:03:42 +02:00
2012-03-26 16:48:23 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-06-19 15:22:58 -04:00
2012-06-19 14:44:38 -04:00