mirror of https://github.com/vapor/docs.git
typo (psuedo -> pseudo)
This commit is contained in:
parent
0799f8ed3d
commit
e0558c438e
|
|
@ -34,7 +34,7 @@ Here are a list of all the packages and modules included with Vapor (also useabl
|
||||||
- [Crypto](https://github.com/vapor/crypto): Cryptography from LibreSSL and Swift.
|
- [Crypto](https://github.com/vapor/crypto): Cryptography from LibreSSL and Swift.
|
||||||
- Digests: Hashing with and without authentication.
|
- Digests: Hashing with and without authentication.
|
||||||
- Ciphers: Encryption and decryption
|
- Ciphers: Encryption and decryption
|
||||||
- Random: Psuedo and cryptographically secure randomness.
|
- Random: Pseudo and cryptographically secure randomness.
|
||||||
- BCrypt: Pure Swift implementation.
|
- BCrypt: Pure Swift implementation.
|
||||||
- [Node](https://github.com/vapor/node): Data structure for easy type conversions.
|
- [Node](https://github.com/vapor/node): Data structure for easy type conversions.
|
||||||
- [Polymorphic](https://github.com/vapor/polymorphic): Syntax for easily accessing values from common types like JSON.
|
- [Polymorphic](https://github.com/vapor/polymorphic): Syntax for easily accessing values from common types like JSON.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue