package outwatchapp.util // import typings.std.{SubtleCrypto => TS} // import org.scalajs.dom.crypto.SubtleCrypto import typings.std.global.Uint8Array import typings.std.global.{SubtleCrypto => TS} object SubtleCryptoTest { val sc = new TS() // Algorithm // sc.deriveKey // val n = WindowBase64 new Uint8Array(10) }