- Replaced the
KeyPairclass withtypedef KeyPair<T, S> = ({T privateKey, S publicKey})and refactored key generation methods to return a named record. - Bumped minimum required CMake version to
3.10for building the
bundled native library (flutter pub run webcrypto:setup).