Development/암호화

암호화 알고리즘과 해쉬 알고리즘 라이브러리

키르히아이스 2011. 8. 13. 15:23

출처 : http://polarssl.org/?page=source_code

 

Downloading PolarSSL

The last version of PolarSSL (0.10.1) was released on 2009-02-10.

Archive SHA-1 checksum
polarssl-0.10.1-gpl.tgz 65c18f3d007a843fa4b2fc9b45e90e03da1de4cf
polarssl-0.10.1-bsd.tgz 4b1d763d2c7a8526c8facf443473c6eb12ccc257

Compiling PolarSSL

  • In an UNIX environment, or Cygwin/MinGW: simply run "make"
  • With VC++: open "visualc/_build.dsw", select Rebuild all

Getting started