mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement SubtleCrypto.digest
(#34034)
* Implement SubtleCrypto.digest Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
01820e2a8a
commit
7fa548f555
9 changed files with 108 additions and 516 deletions
|
@ -33,8 +33,8 @@ interface SubtleCrypto {
|
|||
// CryptoKey key,
|
||||
// BufferSource signature,
|
||||
// BufferSource data);
|
||||
// Promise<any> digest(AlgorithmIdentifier algorithm,
|
||||
// BufferSource data);
|
||||
Promise<any> digest(AlgorithmIdentifier algorithm,
|
||||
BufferSource data);
|
||||
|
||||
Promise<any> generateKey(AlgorithmIdentifier algorithm,
|
||||
boolean extractable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue