Skip to content

Commit a4d410a

Browse files
committed
docs: updated readme with V2
1 parent ef14220 commit a4d410a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Library/Static Classes/V2/V2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace DaanV2.UUID;
22

3-
/// <summary>The <see cref="UUID"/> tjat os nased pm DCE Security, with embedded POSIX UIDs.</summary>
3+
/// <summary>The <see cref="UUID"/> that is based on DCE Security, with embedded POSIX UIDs.</summary>
44
public static partial class V2 {
55

66
}

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ var uuids = DaanV2.UUID.V4.Batch(data);
3131

3232
## Supported Version
3333

34-
| Version | Variant | Description |
35-
| ------- | ------- | ------------------------------------------------------------------------------------------------------------------- |
36-
| 1 | 1 | A UUID generated from a timestamp and the mac address |
37-
| 3 | 1 | A UUID generated from a string using MD5 hashing bits, 122 bits |
38-
| 4 | 1 | A randomly generated UUID of 122 bits |
39-
| 5 | 1 | A UUID generated from a string using SHA1 hashing bits, 122 bits |
40-
| 6 | 1 | A UUID that is reordered Gregorian time-based UUID specified in this document. Its an upgrade from V1 for databases |
41-
| 7 | 1 | A UUID version that exposes Unix Epoch time-based UUID specified in this document. Same like V1, V6 but on UTC |
42-
| 8 | 1 | A UUID version that allows for custom data of 122 bits of data |
34+
| Version | Description |
35+
| ------- | ------------------------------------------------------------------------------------------------------------------- |
36+
| 1 | A UUID generated from a timestamp and the mac address |
37+
| 2 | A UUID that is based on DCE Security, with embedded POSIX UIDs. |
38+
| 3 | A UUID generated from a string using MD5 hashing bits, 122 bits |
39+
| 4 | A UUID that is randomly generated of 122 bits |
40+
| 5 | A UUID generated from a string using SHA1 hashing bits, 122 bits |
41+
| 6 | A UUID that is reordered Gregorian time-based UUID specified in this document. Its an upgrade from V1 for databases |
42+
| 7 | A UUID version that exposes Unix Epoch time-based UUID specified in this document. Same like V1, V6 but on UTC |
43+
| 8 | A UUID version that allows for custom data of 122 bits of data |
4344

4445
## Benchmarks
4546
See [Benchmark reports](./Benchmark/Reports/results/README.md)

0 commit comments

Comments
 (0)