scclib
Stable Cloud Computing C++ Library
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  crypto
  pub
  crypto
  unittest
 bignum.ccTests for Big number arithmetic
 cert.ccTest file for X.509 and RSA certificates
 cipher.ccTest file for Symmetric block ciphers
 der.ccTest file for Distinguished encoding rules (DER)
 der_cert.ccTest file for Distinguished encoding rules (DER)
 ecc.ccTest file for Elliptic curve cryptography
 hash_digest.ccTest file for One-way hashing and message digests
 main.cc
 random.ccTests for Random number generator
 rsa.ccTest file for RSA public key cryptography
 secvec.ccTests for Secure vector
 uuid.ccTests for Universally unique identifier (uuid)
 cert.cc
 der.cc
 doxygen.cc
 secvec.cc
 uuid.cc
  encode
  pub
  encode
  unittest
 adler32.ccTest file for Checksums
 base64.ccTests for Base 64 encoding
 hex.ccTests for Binary to hex string converter
 main.cc
 adler32.cc
 base64.cc
 doxygen.cc
 hex.cc
  examples
  net
 netmain.ccNetworking example
 doxygen.cc
  net
  pub
  net
  unittest
 inet.ccTests for Internet tcp and udp networking sockets
 inet_stream.ccTests for Internet tcp and udp networking streams
 inetaddr.ccTests for Internet tcp and udp networking addresses
 main.cc
 net_if.ccTests for Internet network interface utility
 unix.ccTests for Unix domain tcp and udp networking
 doxygen.cc
 inet.ccInternet tcp and udp networking implementation
 net_if.ccInternet network interface utility implementation
 socket.ccLow-level tcp and udp sockets implementation
 unix.ccUnix domain tcp and udp networking implementation
  util
  pub
  util
  unittest
 event.ccTests for Signaling kernel event counter
 filedesc.ccTests for File descriptor
 fs.ccTests for Common file system utilities
 iohelper.ccTests for input/output stream utilities
 iostream.ccTests for input/output stream utilities
 logger.ccTests for Thread safe logging
 main.cc
 poller.ccTests for Kernel file descriptor event notification poller
 safe_clib.ccTests for Signal-safe C library wrapper
 doxygen.cc
 event.ccSignaling kernel event counter implementation
 filedesc.ccFile descriptor implementation
 fs.ccCommon file system utilities implementation
 iostream.ccinput/output stream utilities implementation
 logger.ccThread safe logging implementation
 poller.ccKernel file descriptor event notification poller implementation
 safe_clib.ccSignal-safe C library wrapper implementation