mirror of
https://github.com/vacp2p/stealth-address-kit.git
synced 2026-01-10 14:07:56 -05:00
8 lines
360 B
Markdown
8 lines
360 B
Markdown
# Example
|
|
|
|
Feel free to play around with the `curves` that are exported by the `stealth_address_kit` crate. The following example demonstrates how to generate a stealth address using the `secp256r1` curve.
|
|
|
|
Update the `Cargo.toml` file to include the features/curves that you would like to use.
|
|
|
|
Supported Curves: [here](../README.md#Existing-Implementations)
|