Update README.md

This commit is contained in:
Nicco 2019-07-07 21:46:09 +02:00 committed by GitHub
parent ecb3aec225
commit 19c6e0c11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,10 @@ const decrypted = Symmetric.decrypt(encrypted, 'myPadd')
## Hash ## Hash
<a href="https://cupcakearmy.github.io/occulto/enums/_hash_.hashes.html" target="_blank">Available hashes</a>
[Available hashes](https://cupcakearmy.github.io/occulto/enums/_hash_.hashes.html)
```typescript ```typescript
import { Hash } from 'occulto' import { Hash } from 'occulto'