Closed Caleb-Irwin closed 2 years ago
This would be more elegant and simple to implement then importing keys from a array of decimal (Base 10) bytes. If there is a way to do this with the existing code it would be good if it was documented better.
function getKeyFromHex(hex: string): Uint8Array { return AES.utils.hex.toBytes(hex); }
This would be more elegant and simple to implement then importing keys from a array of decimal (Base 10) bytes. If there is a way to do this with the existing code it would be good if it was documented better.