@@ -90,7 +90,7 @@ gen_salt(type::text)::text
90
90
gen_salt(type::text, rounds::int4)::text
91
91
92
92
same as above, but lets user specify iteration count
93
- for algorithm. Number isalgotithm specific:
93
+ for algorithm. Number isalgorithm specific:
94
94
95
95
typedefaultminmax
96
96
---------------------------------
@@ -149,13 +149,13 @@ decrypt_iv(data::bytea, key::bytea, iv::bytea, type::text)::bytea
149
149
ALGORITHMS
150
150
==========
151
151
152
- The standard functionality at the momentconsist of
152
+ The standard functionality at the momentconsists of
153
153
154
154
Hashes: md5, sha1
155
155
Ciphers: bf, aes
156
156
Modes: cbc, ecb
157
157
158
- TODO: writestardard names for optional ciphers too.
158
+ TODO: writestandard names for optional ciphers too.
159
159
160
160
LIBRARIES
161
161
=========
@@ -168,8 +168,8 @@ LIBRARIES
168
168
169
169
* other:
170
170
171
- [ This onlylist of stuff libraries claim to support. So
172
- pgcrypto may work with all of them. But ATM testedaree only the
171
+ [ This onlylists stuff that the libraries claim to support. So
172
+ pgcrypto may work with all of them. But ATM testedare only the
173
173
standard ciphers. On others pgcrypto and library may mess something
174
174
up. You have been warned. ]
175
175