-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
You have a function Get-RandomHex that generates random HEX for OID entry name in OID container. Actually, these OIDs are not truly random, their name depend on actual OID value and generated as follows:
OID entry name format: [X.Y]
Where X -- is first 16 (up to) characters of last OID arc. If last arc length exceeds 16 characters, it is stripped to 16 characters.
Where Y -- is MD5 hash calculated over unicode OID value string.
This technique is used in order to support O(1) OID lookup instead of enumerating all OID entries in OID container.
Metadata
Metadata
Assignees
Labels
No labels