SPI across two Arduino DUE's

Here is a simple DUE spislave.ino sketch, proof of concept,

I've tested it with a maple (3.3v) master at various data rates, sending various number of bytes between SS LOW/HIGH.
sketch utilizes SPI library (SPI.begin(SS)) to get pins and such set up, then resets the SPI and enables it in slave mode.