Christian Risi ad4fd555f1 V0.6.0 Arroyo Toad
Added the capability to sign and verify P521 Signature
2024-12-06 11:31:07 +00:00

7 lines
113 B
Swift

public struct Location {
public let x: UInt64
public let y: UInt64
public let z: UInt64
}