Skip to content

Commit

Permalink
Remove sha2-256 and sha2-512 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jun 26, 2023
1 parent 0fbf97c commit 823e2ae
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 172 deletions.
1 change: 0 additions & 1 deletion library/sha2/sha2-256/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions library/sha2/sha2-256/README.md

This file was deleted.

Empty file.
31 changes: 0 additions & 31 deletions library/sha2/sha2-256/build.gradle.kts

This file was deleted.

16 changes: 0 additions & 16 deletions library/sha2/sha2-256/gradle.properties

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion library/sha2/sha2-512/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions library/sha2/sha2-512/README.md

This file was deleted.

Empty file.
31 changes: 0 additions & 31 deletions library/sha2/sha2-512/build.gradle.kts

This file was deleted.

16 changes: 0 additions & 16 deletions library/sha2/sha2-512/gradle.properties

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ if (CHECK_PUBLICATION != null) {
"md5",
"sha1",
"sha2",
"sha2:sha2-256",
"sha2:sha2-512",
"sha3",
).forEach { name ->
include(":library:$name")
Expand Down
2 changes: 0 additions & 2 deletions tools/check-publication/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ kmpConfiguration {
implementation("$group:md5")
implementation("$group:sha1")
implementation("$group:sha2")
implementation("$group:sha2-256")
implementation("$group:sha2-512")
implementation("$group:sha3")
}
}
Expand Down

0 comments on commit 823e2ae

Please sign in to comment.