diff --git a/README.md b/README.md index 38129de..28ed39e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ const decrypted = Symmetric.decrypt(encrypted, 'myPadd') ## Hash +Available hashes + +[Available hashes](https://cupcakearmy.github.io/occulto/enums/_hash_.hashes.html) + ```typescript import { Hash } from 'occulto'