You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.md tutorial demonstrating how to do this.