I want to finf SAC of a Boolean function
B = [1 0 1 0 0 1 1 0]; SAC(B);
B = [1 0 1 0 0 1 1 0]; SAC(B);
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-04-30 12:40:59 +0100
Seen: 110 times
Last updated: Apr 30 '21
You should provide more details : what is the interpretation of the array B ? What is the SAC function ?
B is the boolean function and SAC refers to Strict avalanche criteria