Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

opensslのサブコマンドでpen特定の16進数が素数かどうか判定する

$ openssl prime -hex AB
AB is not prime

$ openssl prime -hex D
D is prime