diff options
Diffstat (limited to 'dev-haskell/nonce/metadata.xml')
-rw-r--r-- | dev-haskell/nonce/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/nonce/metadata.xml b/dev-haskell/nonce/metadata.xml new file mode 100644 index 000000000000..6436aa0cf422 --- /dev/null +++ b/dev-haskell/nonce/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + According to the Wikipedia, 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. + </longdescription> + <upstream> + <remote-id type="github">prowdsponsor/nonce</remote-id> + </upstream> +</pkgmetadata> |