Fix PRF key / block size mismatch
Currently, our PRF operates on keys of size 256 bits, but the block size is 128 bits. Therefore, we cannot use output of a PRF as a key to another primitive.
One way is to set key size to 128 system-wise. Another is to set AES block size to 256.