deriveBits method
Implementation
Future<ByteBuffer> deriveBits(
dynamic algorithm, CryptoKey baseKey, int length) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'deriveBits', [algorithm, baseKey, length]));
Future<ByteBuffer> deriveBits(
dynamic algorithm, CryptoKey baseKey, int length) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'deriveBits', [algorithm, baseKey, length]));