Quartz support for NIP-49 encrypted nsecs

This commit is contained in:
Vitor Pamplona
2024-02-13 19:51:32 -05:00
parent 74f0393706
commit b94c1e2792
6 changed files with 292 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ dependencies {
// immutable collections to avoid recomposition
api('org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7')
api('com.lambdaworks:scrypt:1.4.0')
// Parses URLs from Text:
api "io.github.url-detector:url-detector:0.1.23"