/**
 * Re-export nip49 utilities from nostr-tools for private key encryption
 * This allows NDK users to encrypt/decrypt private keys with passwords (ncryptsec format)
 */
export * from "nostr-tools/nip49";
