diff options
author | --author=Satoshi Nakamoto <satoshin@gmx.com> | 2010-07-27 20:43:55 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-27 20:43:55 +0000 |
commit | 3dd20ff2f87958a440c9dceae8abe3967aa48fcf (patch) | |
tree | 5cf88b4e9ba89460a83488561d9fd23feaa87365 /obj | |
parent | 9f35575ca34eb15b20d1d5374b56ac9d4c8cc2bf (diff) |
added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
Diffstat (limited to 'obj')
-rw-r--r-- | obj/.gitignore | 2 | ||||
-rw-r--r-- | obj/nogui/.gitignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/obj/nogui/.gitignore b/obj/nogui/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/obj/nogui/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore |