(patch) eddsa
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 2m51s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 2m51s
This commit is contained in:
parent
fae965fa32
commit
20702f4af5
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
val scala3: String = "3.8.1"
|
||||
val scala3: String = "3.8.2"
|
||||
|
||||
ThisBuild / scalaVersion := scala3
|
||||
ThisBuild / versionScheme := Some("semver-spec")
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ final class Ed25519Verifier[F[_]: Sync](
|
|||
*/
|
||||
override def verify(
|
||||
signature: Signature,
|
||||
data: Array[Byte] // TODO: CLEAN UP
|
||||
data: Array[Byte]
|
||||
): F[SignatureValidity] =
|
||||
Sync[F].delay {
|
||||
val s = java.security.Signature.getInstance(Ed25519.Algorithm)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.12.2
|
||||
sbt.version=1.12.4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue