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

de.rub.nds.protocol.crypto.ec.EllipticCurveSECP160R2 Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
/*
 * Protocol-Attacker - A Framework to create Protocol Analysis Tools
 *
 * Copyright 2023-2023 Ruhr University Bochum, Paderborn University, Technology Innovation Institute, and Hackmanit GmbH
 *
 * Licensed under Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 */
package de.rub.nds.protocol.crypto.ec;

import java.math.BigInteger;

@SuppressWarnings("SpellCheckingInspection")
public class EllipticCurveSECP160R2 extends EllipticCurveOverFp {
    public EllipticCurveSECP160R2() {
        super(
                new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC70", 16),
                new BigInteger("B4E134D3FB59EB8BAB57274904664D5AF50388BA", 16),
                new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73", 16),
                new BigInteger("52DCB034293A117E1F4FF11B30F7199D3144CE6D", 16),
                new BigInteger("FEAFFEF2E331F296E071FA0DF9982CFEA7D43F2E", 16),
                new BigInteger("0100000000000000000000351EE786A818F3A1A16B", 16));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy