I have an already encrypted key that I need to stretch further using HKDF, but in its expand-only mode and not both extract and expand. Note that the main reason behind this is because I’m trying to get around bitwarden’s encryption manually, so the choices are out of my control. Does QCA provide a way to do this? What’s the best possible way if it doesn’t?