ghc-nonce 1.0.7
Generate cryptographic nonces in Haskell
A nonce is an arbitrary number used only once in a cryptographic communication. This package contain helper functions for generating nonces. There are many kinds of nonces used in different situations. It's not guaranteed that by using the nonces from this package you won't have any security issues. Please make sure that the nonces generated via this package are usable on your design.
- Outputs:
out
- Website: https://github.com/prowdsponsor/nonce
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-nonce 1.0.7
as follows:
guix install ghc-nonce@1.0.7
Or install the latest version:
guix install ghc-nonce
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.