Reported by @bblfish on Discord.
|
def verify(algorithm: AlgorithmIdentifier, key: CryptoKey, signature: BufferSource, |
|
data: BufferSource): js.Promise[js.Any] = js.native |
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/verify
There may be other signatures that can be improved in the crypto APIs as well.