Closed lealobanov closed 2 months ago
The changes introduce a new section titled "Verifying Signatures" in the README files for both the Java and Kotlin examples. This section describes common paradigms for signing messages, including methods for signing arbitrary messages, user messages with public key verification, and flexible verification allowing any public key to validate a message.
Files | Change Summary |
---|---|
java-example/README.md |
Added "Verifying Signatures" section detailing signing methods. |
kotlin-example/README.md |
Added "Verifying Signatures" section detailing signing methods. |
🐇 In the meadow where bunnies play,
New signatures dance in a bright array.
With keys that twinkle, and messages clear,
We hop with joy, for the changes are here!
A leap of code, a bound of delight,
Verifying signatures, oh what a sight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
16 files 16 suites 0s :stopwatch: 32 tests 0 :heavy_check_mark: 0 :zzz: 32 :x:
For more details on these failures, see this check.
Results for commit bac64170.
0 files 0 suites 0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit bac64170.
53 files ±0 53 suites ±0 8s :stopwatch: ±0s 310 tests ±0 307 :heavy_check_mark: ±0 0 :zzz: ±0 3 :x: ±0
For more details on these failures, see this check.
Results for commit bac64170. ± Comparison against base commit b4df69c7.
0 files ±0 0 suites ±0 0s :stopwatch: ±0s 0 tests ±0 0 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit bac64170. ± Comparison against base commit b4df69c7.
Description
Update examples docs with recently merged PR for signature verification
For contributor use:
master
branchFiles changed
in the Github PR explorerSummary by CodeRabbit
New Features
Documentation