cryptography
✓Applies multi-algorithm cryptography (ED25519, P-256, RSA-4096) using Sorcha.Cryptography. Use when: implementing signing, verification, encryption, key generation, HD wallets, or address encoding.
Installation
SKILL.md
Sorcha.Cryptography provides multi-algorithm support (ED25519, P-256, RSA-4096), symmetric encryption (AES, ChaCha20), and BIP39/44 HD wallet derivation. All operations return CryptoResult for explicit error handling—no exceptions for crypto failures.
| WalletNetworks | Algorithm selection | ED25519, NISTP256, RSA4096 | | CryptoResult | Error handling | .IsSuccess, .Status, .Value | | KeySet | Public/private pair | .PrivateKey.Key, .PublicKey.Key | | KeyRing | Full wallet with mnemonic | .Mnemonic, .MasterKeySet | | .Zeroize() | Secure memory clearing | Call when done with keys |
Applies multi-algorithm cryptography (ED25519, P-256, RSA-4096) using Sorcha.Cryptography. Use when: implementing signing, verification, encryption, key generation, HD wallets, or address encoding. Source: stuartf303/sorcha.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill cryptography Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/stuartf303/sorcha --skill cryptography- Source
- stuartf303/sorcha
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is cryptography?
Applies multi-algorithm cryptography (ED25519, P-256, RSA-4096) using Sorcha.Cryptography. Use when: implementing signing, verification, encryption, key generation, HD wallets, or address encoding. Source: stuartf303/sorcha.
How do I install cryptography?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill cryptography Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/stuartf303/sorcha
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01