Replace ArrayBufferView with a CryptoOperationData, a typedef that permits
authorRyan Sleevi <sleevi@google.com>
Mon, 05 Aug 2013 12:42:44 -0700
changeset 77 8866d1b227ea
parent 76 dcdfaec6b77f
child 78 59866d079030
Replace ArrayBufferView with a CryptoOperationData, a typedef that permits
both ArrayBuffer and ArrayBufferView.

This also updates the single-shot form to support a sequence<CryptoOperationData>,
to allow a message to be constructed from a series of ArrayBuffer and ArrayBufferViews
without requiring that the caller manually copy all of the data into a new ArrayBuffer.