@@ -76,17 +76,20 @@ See the [Go Doc](https://pkg.go.dev/github.com/bitcoin-sv/go-sdk) for a complete
7676
7777### Examples
7878
79- Check out the [ examples folder] ( https://github.com/bitcoin-sv/go-sdk/tree/master/examples ) for more advanced examples.
79+ Check out the [ examples folder] ( https://github.com/bitcoin-sv/go-sdk/tree/master/docs/ examples ) for more advanced examples.
8080
81- ## Features & Deliverables
81+ ## Features
8282
83- - ** Sound Cryptographic Primitives** : Secure key management, signature computations, and encryption protocols.
83+ - ** Performance Oriented** : Designed to deliver performant functionality for large scale / high demand systems.
84+ - ** Cryptographic Primitives** : Secure key management, signature computations, and encryption protocols.
8485- ** Script Level Constructs** : Network-compliant script interpreter with support for custom scripts and serialization formats.
8586- ** Transaction Construction and Signing** : Comprehensive transaction builder API, ensuring versatile and secure transaction creation.
8687- ** Transaction Broadcast Management** : Mechanisms to send transactions to both miners and overlays, ensuring extensibility and future-proofing.
8788- ** Merkle Proof Verification** : Tools for representing and verifying merkle proofs, adhering to various serialization standards.
8889- ** Serializable SPV Structures** : Structures and interfaces for full SPV verification.
8990- ** Secure Encryption and Signed Messages** : Enhanced mechanisms for encryption and digital signatures, replacing outdated methods.
91+ - ** Shamir Key Splitting & Recombining** : Allows private keys to be split into N shares, and recombined by providing M of N shares.
92+ - ** Compatability Packages** : Supports additional / deprecated features like ECIES, Bitcoin Signed Message, and BIP32 style key derivation.
9093
9194## Documentation
9295
@@ -111,7 +114,7 @@ For information on past releases, check out the [changelog](./CHANGELOG.md). For
111114
112115Project Owners: Thomas Giacomo and Darren Kellenschwiler
113116
114- Development Team Lead: TBD
117+ Development Team Lead: Luke Rohenaz
115118
116119For questions, bug reports, or feature requests, please open an issue on GitHub or contact us directly.
117120
0 commit comments