mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 10:18:20 +00:00
IAuth
This commit is contained in:
6
lib/src/Net/Packets/IIPAuthPacketPublicKeyAlgorithm.dart
Normal file
6
lib/src/Net/Packets/IIPAuthPacketPublicKeyAlgorithm.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
class IIPAuthPacketPublicKeyAlgorithm
|
||||
{
|
||||
static int RSA = 0;
|
||||
static int CKKS = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user