Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 27600 - Inconsistent formatting (indentation) of WebIDL blocks #63

Closed
mwatson2 opened this issue May 24, 2016 · 1 comment
Closed

Comments

@mwatson2
Copy link
Collaborator

Bug 27600:

The RSA WebIDL definitions indent with spaces:

dictionary RsaHashedKeyGenParams : RsaKeyGenParams {
// The hash algorithm to use
required HashAlgorithmIdentifier hash;
};

Whereas the AES ones do not:

dictionary AesCfbParams : Algorithm {
// The initialization vector. MUST be 16 bytes.
required BufferSource iv;
};

@mwatson2
Copy link
Collaborator Author

AES-CFB has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant