You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signature & authentication (mac & digital signature)
encryption (block, stream ciphers, nonces, salts)
key derivation functions (kdf)
Since version 0.3.0, buddy is split into four modules for improved modularity of the
application and to allow people to include only wanted parts of buddy instead of one
monolithic library.
Each module has its own functionality and its own documentation. This document/page
only serves as an introduction to the library and the content of index.
If you are happy with the monolithic version of buddy, you may want include the
"buddy" meta-package:
[buddy "2.0.0"]
In other case, see the concrete installation instructions of the module that you
need.
Modules Summary
buddy-core
Cryptographyc API.
With that (maybe incomple) list of features:
cryptographic hash algorithms (digest)
key derivation algorithms (kdf)
digital signatures
message authentication (mac)
block ciphers
stream ciphers
padding schemes
nonces and salts
signature & authentication (mac & digital signature)