mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
IAuth
This commit is contained in:
6
lib/src/Net/Packets/IIPAuthPacketHashAlgorithm.dart
Normal file
6
lib/src/Net/Packets/IIPAuthPacketHashAlgorithm.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
class IIPAuthPacketHashAlgorithm
|
||||
{
|
||||
static int SHA256 = 0x0;
|
||||
static int SHA3 = 0x1;
|
||||
}
|
||||
Reference in New Issue
Block a user