diff --git a/H/Hashing/Compat.toml b/H/Hashing/Compat.toml new file mode 100644 index 000000000000000..fd7d0f4432aaa25 --- /dev/null +++ b/H/Hashing/Compat.toml @@ -0,0 +1,4 @@ +[0] +Libgcrypt_jll = "1.8.0-1" +OpenSSL_jll = "3" +julia = "1.6.0-1" diff --git a/H/Hashing/Deps.toml b/H/Hashing/Deps.toml new file mode 100644 index 000000000000000..45897f720f9789c --- /dev/null +++ b/H/Hashing/Deps.toml @@ -0,0 +1,3 @@ +[0] +Libgcrypt_jll = "d4300ac3-e22c-5743-9152-c294e39db1e4" +OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95" diff --git a/H/Hashing/Package.toml b/H/Hashing/Package.toml new file mode 100644 index 000000000000000..db0286c14f96150 --- /dev/null +++ b/H/Hashing/Package.toml @@ -0,0 +1,3 @@ +name = "Hashing" +uuid = "59f36028-7e5a-47c1-b5da-23e00bab95ae" +repo = "https://github.com/erich-9/Hashing.jl.git" diff --git a/H/Hashing/Versions.toml b/H/Hashing/Versions.toml new file mode 100644 index 000000000000000..6554a9aafd811ab --- /dev/null +++ b/H/Hashing/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "6003dd3da652b8d5e01dde4783941ed0d933b0be" diff --git a/Registry.toml b/Registry.toml index 692b8e20c369c92..b0b50be2393cf2b 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3825,6 +3825,7 @@ some amount of consideration when choosing package names. 59ddf330-608c-4938-8bc9-a4ee97bbbea6 = { name = "NearestCorrelationMatrix", path = "N/NearestCorrelationMatrix" } 59e4e452-c47b-403c-8686-89bfb73b4fba = { name = "ModiaPlot_PyPlot", path = "M/ModiaPlot_PyPlot" } 59ef864d-61ee-43f7-9b33-662866a07383 = { name = "HomogeneousTransformations", path = "H/HomogeneousTransformations" } +59f36028-7e5a-47c1-b5da-23e00bab95ae = { name = "Hashing", path = "H/Hashing" } 59f5dcf9-29de-47f3-bbe3-a47d1f19a124 = { name = "SurfaceReactions", path = "S/SurfaceReactions" } 59f7168a-df46-5410-90c8-f2779963d0ec = { name = "Giflib_jll", path = "jll/G/Giflib_jll" } 5a033b19-8c74-5913-a970-47c3779ef25c = { name = "CurveFit", path = "C/CurveFit" }