哪个库用于加密函数

Which library to use for cryptographic functions

Note: this is not asking for a personal viewpoint on what is the better library, but rather what is the "safest" library or what is a good indication of a "safe" library.

我一直在寻找具有 AES256 encryption/decryption 功能的 Haskell 库,并找到了很多。

问题是其中大部分似乎都被遗弃了,除了 cryptonite 似乎又是最不受欢迎的库(下载量最少的库)。

我想知道使用看起来过时的库是否会成为一个问题(我应该担心可能存在的安全漏洞等),还是我应该只使用看起来最受欢迎的库?

我肯定会推荐 cryptonite。它是一个新的库,整合了一些旧的库,生态系统还没有转移。