Skip to content

Commit

Permalink
Add siphash module to crypto module (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
robxyy authored Jan 8, 2024
1 parent e389204 commit 2b2bb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ kotlin {
api(projects.cipher)
api(projects.aead)
api(projects.otp)
api(projects.siphash)
}
}
val commonTest by sourceSets.getting {
Expand Down

0 comments on commit 2b2bb5d

Please sign in to comment.