Skip to content

Commit

Permalink
Make anomaVerifyWithMessage a builtin (#8)
Browse files Browse the repository at this point in the history
* Make anomaVerifyWithMessage a builtin

This builtin is available since Juvix 0.6.3

* Update minimum juvix version
  • Loading branch information
paulcadman authored Jul 3, 2024
1 parent 7ef22bf commit 835ce83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Anoma/System.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ axiom anomaVerifyDetached : {Message : Type}
-> Bool;

--- Verifies a signature against a message and public key and return the message on success.
builtin anoma-verify-with-message
axiom anomaVerifyWithMessage : {Message : Type}
-- | The signed message to verify.
-> SignedMessage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A Juvix library for writing Anoma applications.

## Minimum Supported Juvix Version

To use this library you need to use a [Juvix nightly build](https://github.com/anoma/juvix-nightly-builds/releases/latest) from 2024-06-28 or later.
To use this library you need to use [Juvix 0.6.3](https://github.com/anoma/juvix/releases/tag/v0.6.3) or a [Juvix nightly build](https://github.com/anoma/juvix-nightly-builds/releases/latest) from 2024-07-03 or later.

0 comments on commit 835ce83

Please sign in to comment.