118
edits
| Line 52: | Line 52: | ||
readonly attribute CryptoPk pk; | readonly attribute CryptoPk pk; | ||
readonly attribute CryptoSym sym; | readonly attribute CryptoSym sym; | ||
readonly attribute CryptoHmac hmac; | readonly attribute CryptoHmac hmac; | ||
}; | }; | ||
| Line 135: | Line 134: | ||
}; | }; | ||
[ | [Constructor(in DOMString algorithm)] | ||
interface CryptoHash { | interface CryptoHash { | ||
DOMString createHash(DOMString plainText); | |||
}; | }; | ||
edits