mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
Exports NewCmd() returning a cobra.Command with keygen, encrypt, decrypt, and eval subcommands. Wires directly to fhe.KeyGenerator, fhe.Encryptor, and fhe.Decryptor -- no stubs.