Where can I find masked implementation of TinyAES-128 for XMEGA target board?

I am trying to collect power traces for the masked implementation of TinyAES-128 for XMEGA target board. I am using CW Lite to collect the power traces. I tried several solutions available on discussion forum, one of them is this, But it is not helping me to resolve my issue. Is there a better way to collect power traces with masked implementation of TinyAES-128 on XMEGA target board using CW Lite?

Hi,

TINYAES is not a masked implementation of AES. You’ll need to use a different AES implementation
that is masked, such as this secAES fork: https://github.com/jmichelp/secAES-ATmega8515/tree/7ada843c5bb0bb49c7f2bf5db72f9969e4091ba2

Alex