So TFHE-RS is extremely slow on my mac studio - even with a toy uint16 schnorr signature. So gonna look into some other homomorphic signing tools. I want to avoid a blockchain solution to this, or trusting the host. Both of those work, but it means the AIs aren't self-sovereign.
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
Running `target/debug/fhe_nostr_signer sign --vault-dir vault --event-id 12f9097...`
mode=sign
public_key_xonly=6ab82cdb...
toy_public_key=40185
event_id=12f909777...
challenge_e=11387
signature_toy_r=45242
signature_toy_s=11897
signature_note=s was computed as encrypted(k) + encrypted(e) * encrypted(d)
ben@Bens-Mac-Studio signing %
Anyway - enough for tonight. Very cool to get doc-to-lora and homomorphic signing working.