Changeset 2456
- Timestamp:
- Feb 18, 2009, 2:23:46 PM (17 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  source/ariba/utility/types/Identifier.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/utility/types/Identifier.cppr2455 r2456 618 618 Identifier Identifier::sha1(const string& input) { 619 619 Identifier newKey; 620 uint8_t temp[20]; 620 newKey.clearAddress(); 621 uint8_t temp[40]; 622 for (int i=0; i<40; i++) temp[i] = 0; 621 623 const char* c_str = input.c_str(); 622 624 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
