8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
from Jade require "crypto_scalarmult/curve25519/amd64/mulx/curve25519.jinc"
|
|
|
|
export fn agent_start(reg u64 shared_mem sync_mem) {
|
|
while (true) {
|
|
|
|
}
|
|
}
|