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

org.whispersystems.curve25519.JavaCurve25519Provider Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C) 2014-2016 Open Whisper Systems
 * 

* Licensed according to the LICENSE file in this repository. */ package org.whispersystems.curve25519; import org.whispersystems.curve25519.java.Sha512; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; public class JavaCurve25519Provider extends BaseJavaCurve25519Provider { protected JavaCurve25519Provider() { super(new JCESha512Provider(), new JCESecureRandomProvider()); } @Override public boolean isNative() { return false; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy