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
13// Include everything ...
14#include <gf2/gf2.h>
15
16// Expose the namespace
17using namespace gf2;
An include-the-lot header file for the gf2 library.
The namespace for the gf2 library.
Definition assert.h:119