
com.cryptoregistry.tweet.salt.pqc.Params Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tweetpepper Show documentation
Show all versions of tweetpepper Show documentation
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