|
| Data.UUID.V5 | | Portability | portable | | Stability | experimental | | Maintainer | aslatter@gmail.com |
|
|
|
| Description |
This module implements Version 5 UUIDs as specified
in RFC 4122.
These UUIDs identify an object within a namespace,
and are deterministic.
The namespace is identified by a UUID. Several sample
namespaces are enclosed.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: UUID | Namespace
| | -> [Word8] | Object
| | -> UUID | | Generate a UUID within the specified namespace out of the given
object.
Uses a SHA1 hash.
|
|
|
|
| The namespace for DNS addresses
|
|
|
| The namespace for URLs
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |