duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
import mesosphere.mesos.util.FrameworkInfo | |
import org.apache.mesos.MesosSchedulerDriver | |
/** | |
* @author Tobi Knaup | |
*/ | |
object Main extends App { |
// Exploring functionality of NaCl | |
#include <czmq.h> | |
#include <crypto_box.h> | |
#include <crypto_secretbox.h> | |
#include <randombytes.h> | |
int main (void) | |
{ | |
// Generate public+secret key pair |