### Features: - Sending Cairo-locked token: - Creation of the `Cairo` secret type - Executable program hashing with blake2S - Minimal Implementation of the [Felt252](https://www.starknet.io/cairo-book/ch02-02-data-types.html#felt-type) - Integration of the sending workflow in the `CashuWallet` - Receiving Cairo-locked tokens: - Integration of the WASM64 compiled stwo-cairo prover from the [stwo-cairo-ts library](https://github.com/clealabs/stwo-cairo-ts) - Integration of receiving workflow in the `CashuWallet` - Integration tests that run for the the NUTXX-supporting [rust mint](https://github.com/clealabs/cdk/tree/m3-m4) - Unit tests for the helper functions
Features:
Sending Cairo-locked token:
Cairosecret typeCashuWalletReceiving Cairo-locked tokens:
CashuWalletIntegration tests that run for the the NUTXX-supporting rust mint
Unit tests for the helper functions