Commit 383148dd authored by garciay's avatar garciay
Browse files

Add commented logs

parent f18433d9
Loading
Loading
Loading
Loading
+3 −6
Original line number Original line Diff line number Diff line
@@ -67,10 +67,6 @@ module LibItsSecurity_Functions {
                                                     in octetstring p_ecdsaNistp256PublicKeyX, 
                                                     in octetstring p_ecdsaNistp256PublicKeyX, 
                                                     in octetstring p_ecdsaNistp256PublicKeyY
                                                     in octetstring p_ecdsaNistp256PublicKeyY
        ) return boolean {
        ) return boolean {
//            log("p_toBeVerifiedData=        ", p_toBeVerifiedData);
//            log("p_signature=               ", p_signature);
//            log("p_ecdsaNistp256PublicKeyX= ", p_ecdsaNistp256PublicKeyX);
//            log("p_ecdsaNistp256PublicKeyY= ", p_ecdsaNistp256PublicKeyY);
            return fx_verifyWithEcdsaNistp256WithSha256(
            return fx_verifyWithEcdsaNistp256WithSha256(
                p_toBeVerifiedData, 
                p_toBeVerifiedData, 
                p_signature, 
                p_signature, 
@@ -752,6 +748,7 @@ module LibItsSecurity_Functions {
            // TODO: call external function
            // TODO: call external function
            return p_parent == p_region;
            return p_parent == p_region;
        }
        }
    }
        
    } // End of group geometryFunctions 
    
    
} // End of module LibItsSecurity_Functions
} // End of module LibItsSecurity_Functions
 No newline at end of file