CryptoRuntime
constructor(stack: PlatformCryptoStack, storeRegistry: StoreRegistry = StoreRegistry(), log: KryptoLog = KryptoLog.NoOp)
constructor(keyRotator: KeyRotator, postRotationInit: suspend () -> Unit, postMigrationCleanup: suspend () -> Unit = {}, cipher: Cipher, storeRegistry: StoreRegistry = StoreRegistry(), log: KryptoLog = KryptoLog.NoOp)