Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Jun 10, 2024
1 parent abd2eb3 commit 1acc62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum class Encoding {
}

class BigIntegerOverflowException() :
IllegalArgumentException("Overflow: zL is larger than the Ed25519 group order")
IllegalArgumentException("Overflow: 8*zL is larger than 2^255")

class DataValidationException(message: String) : Exception(message)

Expand Down

0 comments on commit 1acc62e

Please sign in to comment.