Using sodium's 'keygen' and 'pubkey' based on curve25519
Examples
temp <- keypair()
str(temp)
#> List of 3
#> $ public_key : raw [1:32] ae ef 5c 21 ...
#> $ private_key: raw [1:32] 09 82 05 bd ...
#> $ seed : raw [1:32] 4b 3d 42 f1 ...
Using sodium's 'keygen' and 'pubkey' based on curve25519
temp <- keypair()
str(temp)
#> List of 3
#> $ public_key : raw [1:32] ae ef 5c 21 ...
#> $ private_key: raw [1:32] 09 82 05 bd ...
#> $ seed : raw [1:32] 4b 3d 42 f1 ...