SECP256K1_FLAGS_TYPE_MASK

All flags' lower 8 bits indicate what they're for. Do not use directly.

extern (C)
enum SECP256K1_FLAGS_TYPE_MASK = (1 << 8) - 1;

Meta