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

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

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

public class XOR8 extends AbstractXorMac {

  public XOR8() {
    super("XOR8", 8);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy