AESWRAP
cryptoWraps a byte array or String with the AES WRAP
algorithm and pushes a byte array containing the encrypted data onto the stack.
AESWRAP
adds a 64 bits nonce prefix to the input in order to protect the encrypted data against AES block determinism as AES WRAP
uses a fixed Initialization Vector.