Bug 24755 - Decide which AES-CFB shift sizes to support

Presently, the document describes only CFB-8.

If we wish to support other values of the shift size, s, we need to either
(a) add s as an additional parameter to AesCfbParams
(b) defined separate algorithm names, e.g. "AES-CFB-8", "AES-CFB-128" etc.

In offline discussion with Ryan we have a preference for (b).

Of course it is also an option to leave this as CFB-8 only.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24755

Comments ?

...Mark

Received on Thursday, 20 February 2014 21:43:09 UTC