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

com.cryptoregistry.tweet.salt.pqc.Params Maven / Gradle / Ivy

Go to download

Built on the nucleus of TweetNaCl, TweetPepper provides contemporary key formats, key protection using SCrypt/SecretBox, digital signature support scheme featuring CubeHash, key encapsulation using Salsa20, and other useful features you probably want anyway.

The newest version!
/*
 Copyright (c) 2000-2015 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
*/
package com.cryptoregistry.tweet.salt.pqc;

final class Params {
	static final int N = 1024;
	static final int K = 16; /* used in sampler */
	static final int Q = 12289;

	static final int POLY_BYTES = 1792;
	static final int REC_BYTES = 256;
	static final int SEED_BYTES = 32;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy