Changeset 4437 for source/ariba
- Timestamp:
- Jun 22, 2009, 5:29:18 PM (15 years ago)
- Location:
- source/ariba/utility/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/types/Identifier.cpp
r3705 r4437 600 600 Identifier Identifier::random() { 601 601 Identifier newKey = ZERO; 602 newKey.clearAddress(); 602 603 603 604 //as mpn_random has no seeding function … … 612 613 613 614 newKey.trim(); 615 assert(!newKey.isUnspecified()); 616 614 617 return newKey; 615 618 } -
source/ariba/utility/types/Identifier.h
r3690 r4437 42 42 #include <memory> 43 43 #include <string> 44 #include <cassert> 44 45 #include <gmp.h> 45 46 #include <boost/cstdint.hpp>
Note:
See TracChangeset
for help on using the changeset viewer.