Trezor SHIM (Signify Hardware Securoty Module) is an extension module for signifypy that enables Trezor security devices to store KERI private keys and sign KERI transactions.
Keys generated are ED25519 derived from the main seed created on the device. Hierraichal deterministic key derivation is based on SLIP-0013 with a URI defines as follows:
URI: signify://{stem}-{pidx}-{kidx + idx}
Where:
stem
:pidx
:kidx
:idx
:
pip install -e .
python ./tests/test_module.py
python ./tests/test_signify.py