implement xchacha20 and x25519
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
func main[] : i64
|
||||
let answer: i64 = math.abs(os.urandom()) % 100
|
||||
let answer: i64 = math.abs(os.urandom_i64()) % 100
|
||||
|
||||
while true
|
||||
io.println("Guess a number: ")
|
||||
|
||||
Reference in New Issue
Block a user