LoginSignup
1
1

More than 3 years have passed since last update.

secureCoding > 任意精度(bignum)演算 > メモリを必要に応じて動的に確保することで、値を正しく表現するために必要な幅を用意する

Last updated at Posted at 2015-05-02

引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら

シニアエンジニアの庵

OpenSSL ライブラリには,RSA や DH などの公開鍵暗号アルゴリズムを実現するために多倍長整数演算のライブラリ関数が用意されている (crypto ライブラリ:OpenSSL bn(3)を参照)

How Big is a Bignum?

For most Ruby developers, therefore, the Bignum class is a dark, unfamiliar corner of the language.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1