SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Functions
blowfish Namespace Reference

Functions

def decryptCTR
def encryptCTR

Function Documentation

def blowfish.decryptCTR (   arg1,
  arg2 
)
Returns
Instance of type str
     C++ signature :
         std::string decryptCTR(std::string,std::string)
def blowfish.encryptCTR (   arg1,
  arg2 
)
Returns
Instance of type str
     C++ signature :
         std::string encryptCTR(std::string,std::string)