mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #2372 from ethereum/secp256k1a
Use libsepc256k1 for sign, recovery, and verify.
This commit is contained in:
		
						commit
						5ca433ecde
					
				| @ -72,6 +72,7 @@ add_executable(testeth ${SRC_LIST} ${HEADERS}) | ||||
| 
 | ||||
| target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES}) | ||||
| target_link_libraries(testeth ${CURL_LIBRARIES}) | ||||
| target_link_libraries(testeth ${CRYPTOPP_LIBRARIES}) | ||||
| target_link_libraries(testeth ethereum) | ||||
| target_link_libraries(testeth ethcore) | ||||
| if (NOT WIN32) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user