Merge remote-tracking branch 'origin/NetChannels' into NetChannels

# Conflicts:
#	src/io/socket/SSL.cpp
This commit is contained in:
2025-05-22 23:56:22 -07:00
8 changed files with 40 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
namespace ehs
{
class EHS_LIB_IO HRNG
class HRNG
{
public:
static UInt_64 GenerateSeed_u64();

View File

@@ -3,7 +3,7 @@
namespace ehs
{
class SHA256
class EHS_LIB_IO SHA256
{
private:
static UInt_32 ROTR(UInt_32 x, UInt_32 n);

View File

@@ -84,6 +84,8 @@ namespace ehs
bool IsIPv6Only() const override;
void SetReuse(const bool &value) override;
bool IsValid() const override;
private:

View File

@@ -4,7 +4,7 @@
namespace ehs
{
class AVX2
class EHS_LIB_IO AVX2
{
public:
/// Compares two unaligned 4 element vectors using 64-bit integers.

View File

@@ -4,7 +4,7 @@
namespace ehs
{
class AVX512
class EHS_LIB_IO AVX512
{
public:
/// Compares two unaligned 8 element vectors using 64-bit integers.