All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentelecoms.gsm0348.impl.crypto.mac.XOR4 Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package org.opentelecoms.gsm0348.impl.crypto.mac;

public class XOR4 extends AbstractXorMac {

  public XOR4() {
    super("XOR4", 4);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy