├── .gitmodules ├── LICENSE ├── README.md ├── TrezorCrypto.h ├── TrezorCrypto.modulemap ├── TrezorCrypto.podspec └── util └── SecRandom.m /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/README.md -------------------------------------------------------------------------------- /TrezorCrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/TrezorCrypto.h -------------------------------------------------------------------------------- /TrezorCrypto.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/TrezorCrypto.modulemap -------------------------------------------------------------------------------- /TrezorCrypto.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/TrezorCrypto.podspec -------------------------------------------------------------------------------- /util/SecRandom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/trezor-crypto-ios/HEAD/util/SecRandom.m --------------------------------------------------------------------------------