uds-tool/src/test/java/com/rusefi/uds/SecurityTest.java

11 lines
128 B
Java

package com.rusefi.uds;
import org.junit.Test;
public class SecurityTest {
@Test
public void testCalcKey() {
}
}