ACT Services: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) |
||
| Line 229: | Line 229: | ||
The following technique is used internally to generate these UUIDs: | The following technique is used internally to generate these UUIDs: | ||
- Generate | - Generate or use an existing regular UUID the with the above mentioned node data (<code>regular_uuid</code>) | ||
- <code>hash = SHA256 ( byte-swapped unique ID (thus, big endian) + 095E273A + 48-bit node data from regular_uuid )</code> | - <code>hash = SHA256 ( byte-swapped unique ID (thus, big endian) + 095E273A + 48-bit node data from regular_uuid )</code> | ||