-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from paragonie/v0.3-dev
Version 0.3 Development
- Loading branch information
Showing
23 changed files
with
556 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Libgossamer API Reference - LedgerVerifierInterface | ||
|
||
* **Fully Qualified Interface Name**: `ParagonIE\Gossamer\LedgerVerifierInterface` | ||
|
||
This interface extends both [`LedgerInterface`](LedgerInterface.md) and | ||
[`VerifierInterface`](VerifierInterface.md). | ||
|
||
## Interface Methods | ||
|
||
### `signedMessageFound()` | ||
|
||
Was this `SignedMessage` found in the ledger? | ||
|
||
**Arguments**: | ||
|
||
1. `SignedMessage` $signedMessage | ||
|
||
Returns a `bool`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Security Documentation | ||
|
||
This section contains documentation of interest to security researchers. | ||
|
||
* [Threat Model](Threat-Model.md) |
Oops, something went wrong.