You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
328 B

3 years ago
  1. package outwatchapp.util
  2. // import typings.std.{SubtleCrypto => TS}
  3. // import org.scalajs.dom.crypto.SubtleCrypto
  4. import typings.std.global.Uint8Array
  5. import typings.std.global.{SubtleCrypto => TS}
  6. object SubtleCryptoTest {
  7. val sc = new TS()
  8. // Algorithm
  9. // sc.deriveKey
  10. // val n = WindowBase64
  11. new Uint8Array(10)
  12. }