@@ -90,7 +90,7 @@ gen_salt(type::text)::text
9090gen_salt(type::text, rounds::int4)::text
9191
9292same as above, but lets user specify iteration count
93- for algorithm. Number isalgotithm specific:
93+ for algorithm. Number isalgorithm specific:
9494
9595typedefaultminmax
9696---------------------------------
@@ -149,13 +149,13 @@ decrypt_iv(data::bytea, key::bytea, iv::bytea, type::text)::bytea
149149ALGORITHMS
150150==========
151151
152- The standard functionality at the momentconsist of
152+ The standard functionality at the momentconsists of
153153
154154Hashes: md5, sha1
155155Ciphers: bf, aes
156156Modes: cbc, ecb
157157
158- TODO: writestardard names for optional ciphers too.
158+ TODO: writestandard names for optional ciphers too.
159159
160160LIBRARIES
161161=========
@@ -168,8 +168,8 @@ LIBRARIES
168168
169169* other:
170170
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
173173 standard ciphers. On others pgcrypto and library may mess something
174174 up. You have been warned. ]
175175