Skip to content

uuid3

uuid3(_namespace: UUID, _name: string): UUID

Defined in: packages/pythonlib/src/uuid.ts:314

Generate a UUID based on the MD5 hash of a namespace identifier and a name (version 3).

Parameters

ParameterType
_namespaceUUID
_namestring

Returns

UUID

A new name-based UUID using MD5