V0.6.0 Arroyo Toad
Added the capability to sign and verify P521 Signature
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public enum DeviceType: UInt8 {
|
||||
case EDGE_SENSOR = 0
|
||||
case SCANNER_SENSOR = 1
|
||||
public enum DeviceType: UInt8 {
|
||||
case EDGE_SENSOR = 0
|
||||
case SCANNER_SENSOR = 1
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
public enum MessageType: UInt8 {
|
||||
case KEEPALIVE = 0
|
||||
case DATA = 1
|
||||
case INFO = 2
|
||||
case WARNING = 50
|
||||
case ERROR = 100
|
||||
case CRITICAL = 255
|
||||
public enum MessageType: UInt8 {
|
||||
case KEEPALIVE = 0
|
||||
case DATA = 1
|
||||
case INFO = 2
|
||||
case WARNING = 50
|
||||
case ERROR = 100
|
||||
case CRITICAL = 255
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
public enum SignType: UInt32 {
|
||||
case P521 = 10
|
||||
public enum SignType: UInt32 {
|
||||
case P521 = 10
|
||||
}
|
||||
Reference in New Issue
Block a user