diff --git a/ballerina/Package.md b/ballerina/Package.md deleted file mode 100644 index 9a9a66e..0000000 --- a/ballerina/Package.md +++ /dev/null @@ -1,33 +0,0 @@ -## Package overview - -This package provides APIs to generate and inspect UUIDs (Universally Unique Identifiers). - -The UUIDs are generated based on the [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.html) standard. This module supports generating 4 versions of UUIDs. - -### Version 1 - -Generated using the MAC address of the computer and the time of generation. - -### Version 3 - -Cryptographic hashing and application-provided text strings are used to generate a UUID. MD5 hashing is used. - -### Version 4 - -Uses a pseudo-random number generator to generate the UUID. Every bit of the string is randomly generated. - -### Version 5 - -Similar to Version 3 but uses SHA-1 instead of MD5. - -Other operations include validating a given UUID string and getting the version of a UUID string. - - -## Report issues - -To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina standard library parent repository](https://github.com/ballerina-platform/ballerina-standard-library). - -## Useful links - -- Chat live with us via our [Discord server](https://discord.gg/ballerinalang). -- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag. diff --git a/ballerina/Module.md b/ballerina/README.md similarity index 100% rename from ballerina/Module.md rename to ballerina/README.md