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

11 lines
128 B
Java
Raw Normal View History

2023-06-02 21:10:07 -07:00
package com.rusefi.uds;
import org.junit.Test;
public class SecurityTest {
@Test
public void testCalcKey() {
}
}