isGCMMultiplier

test if T is a GCM multiplier

package @safe
template isGCMMultiplier (
T
) {
enum bool isGCMMultiplier;
}

Meta