GF2++
Loading...
Searching...
No Matches
namespace.h
Go to the documentation of this file.
1#pragma once
2// SPDX-FileCopyrightText: 2025 Nessan Fitzmaurice <nzznfitz+gh@icloud.com>
3// SPDX-License-Identifier: MIT
4
7
10namespace gf2 {}
11
12// Include everything ...
13#include <gf2/gf2.h>
14
15// Expose the namespace
16using namespace gf2;
An include-the-lot header file for the gf2 library.
The namespace for the gf2 library.
Definition assert.h:119