Skip to content

package:webcrypto version 0.6.0

Latest

Choose a tag to compare

@jonasfj jonasfj released this 17 Nov 13:27
· 3 commits to master since this release
5106b04
  • Replaced the KeyPair class with typedef KeyPair<T, S> = ({T privateKey, S publicKey}) and refactored key generation methods to return a named record.
  • Bumped minimum required CMake version to 3.10 for building the
    bundled native library (flutter pub run webcrypto:setup).