Skip to content

Commit

Permalink
Merge pull request #23 from gpdaniels/feature/socket
Browse files Browse the repository at this point in the history
Adding socket class.
  • Loading branch information
gpdaniels committed Oct 3, 2023
2 parents 737487c + 5acc21e commit 1a8fdc5
Show file tree
Hide file tree
Showing 3 changed files with 906 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The current classes are as described below:
| [hash](source/hash) | [sha3](source/hash/sha3) | An implementation of the sha3 hashing function for 224, 256, 384, and 512 bits. | :heavy_check_mark: |
| [io](source/io) | [file](source/io/file) | An RAII file handle that wraps file operation functions. | :construction: |
| [io](source/io) | [paths](source/io/paths) | Collection of cross platform functions to provide useful paths. | :heavy_check_mark: |
| [io](source/io) | [socket](source/io/socket) | Cross platform socket class, supporting tcp (server and client) and udp protocols. | :construction: |
| [math](source/math) | [big_integer](source/math/big_integer) | Arbitrary sized signed integers. | :heavy_check_mark: |
| [math](source/math) | [big_unsigned](source/math/big_unsigned) | Arbitrary sized unsigned integers. | :heavy_check_mark: |
| [math](source/math) | [symbolic](source/math/symbolic) | Compile time symbolic differentiation using template metaprogramming. | :construction: |
Expand Down
Loading

0 comments on commit 1a8fdc5

Please sign in to comment.