mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	 b7589ff4b6
			
		
	
	
		b7589ff4b6
		
	
	
	
	
		
			
			If they use up so much stack space, contain (sometimes several) loops, and take a noticable amount of time anyway, then 'inline' is probably going to be ignored by the compiler anyway.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     BigInt/SignedBigInteger.cpp
 | |
|     BigInt/UnsignedBigInteger.cpp
 | |
|     Checksum/Adler32.cpp
 | |
|     Checksum/CRC32.cpp
 | |
|     Cipher/AES.cpp
 | |
|     Hash/MD5.cpp
 | |
|     Hash/SHA1.cpp
 | |
|     Hash/SHA2.cpp
 | |
|     NumberTheory/ModularFunctions.cpp
 | |
|     PK/RSA.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCrypto crypto)
 | |
| target_link_libraries(LibCrypto LibC)
 |