Files
NudeStealer/payload/structs/struct.v
2026-05-14 00:42:39 +02:00

14 lines
208 B
V

module structs
import x.crypto.curve25519
pub struct KeyPair {
pub:
secret &curve25519.PrivateKey
public &curve25519.PublicKey
}
pub struct op_codes {
pub:
op_code string
}