Skip to content
nabla-c0d3 edited this page Dec 28, 2012 · 3 revisions

C - Common Cryptor

  • CCCryptorCreate()
  • CCCryptorCreateFromData()
  • CCCryptorUpdate()
  • CCCryptorFinal()
  • CCCrypt()

C - Common HMAC

  • CCHmacInit()
  • CCHmacUpdate()
  • CCHmacFinal()
  • CCHmac()
Clone this wiki locally