It would be nice to show using a tutorial (and tests) that we don't need to support deriveKey because the functionality is trivial to replicate using deriveBits and importRawKey.
TODO:
- Test this for multiple key types.
- Write tests that shows this works and produces the same result as it would in the browser.
- Write a doc/derive-key.mdtutorial demonstrating how to do this.