Changeset 2456 for source/ariba
- Timestamp:
- Feb 18, 2009, 2:23:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/types/Identifier.cpp
r2455 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.