Initial commit
This commit is contained in:
14
payload/structs/struct.v
Normal file
14
payload/structs/struct.v
Normal file
@@ -0,0 +1,14 @@
|
||||
module structs
|
||||
|
||||
import x.crypto.curve25519
|
||||
|
||||
pub struct KeyPair {
|
||||
pub:
|
||||
secret &curve25519.PrivateKey
|
||||
public &curve25519.PublicKey
|
||||
}
|
||||
|
||||
pub struct op_codes {
|
||||
pub:
|
||||
op_code string
|
||||
}
|
||||
Reference in New Issue
Block a user