projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a56d4e
)
doc: Update benchmark results
author
Peter Eisentraut
Mon, 8 Aug 2016 13:27:20 +0000
(09:27 -0400)
committer
Peter Eisentraut
Mon, 8 Aug 2016 13:27:20 +0000
(09:27 -0400)
From: Alexander Law
doc/src/sgml/pgcrypto.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgcrypto.sgml
b/doc/src/sgml/pgcrypto.sgml
index 5f8bbf9f4ec481f46bb1d11c84a218ba874be9d2..c4cefde4f787b4beb4e37f74b1210fb112e813f2 100644
(file)
--- a/
doc/src/sgml/pgcrypto.sgml
+++ b/
doc/src/sgml/pgcrypto.sgml
@@
-407,7
+407,7
@@
gen_salt(type text [, iter_count integer ]) returns text
crypt-bf
numbers are taken using a simple program that
loops over 1000 8-character passwords. That way I can show the speed
with different numbers of iterations. For reference:
john
- -test shows
213
loops/sec for
crypt-bf/5>.
+ -test shows
13506
loops/sec for
crypt-bf/5>.
(The very small
difference in results is in accordance with the fact that the
crypt-bf
implementation in
pgcrypto>