代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/439403/7710301
v iq_pn_gen.v
/*
The following is example code that implements two LFSRs which can be used as part of pn generators.
The number of taps are fixed however the tap points and LFSR width are parameratized. This cod
www.eeworm.com/read/140545/13077010
h simplegenerators.h
//: C07:SimpleGenerators.h
// Generic generators, including
// one that creates pairs
#include
#include
// A generator that increments its value:
template
cla
www.eeworm.com/read/150409/5692613
java dhkeypairgenerator.java
package org.bouncycastle.crypto.generators;
import java.math.BigInteger;
import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
impo
www.eeworm.com/read/150409/5692616
java gost3410keypairgenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
import org.bouncycastle.crypto.KeyGenerationParameters;
import org.bouncycastle.crypto.Asy
www.eeworm.com/read/150409/5692619
java mgf1bytesgenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.DataLengthException;
import org.bouncycastle.crypto.DerivationFunction;
import org.bouncycastle.crypto.DerivationParameters;
www.eeworm.com/read/150409/5692621
java kdf2bytesgenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.DataLengthException;
import org.bouncycastle.crypto.DerivationFunction;
import org.bouncycastle.crypto.DerivationParameters;
www.eeworm.com/read/150409/5692623
java elgamalkeypairgenerator.java
package org.bouncycastle.crypto.generators;
import java.math.BigInteger;
import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
impo
www.eeworm.com/read/150409/5692625
java deskeygenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.CipherKeyGenerator;
import org.bouncycastle.crypto.params.DESParameters;
public class DESKeyGenerator
extends CipherKey
www.eeworm.com/read/150409/5692627
java rsakeypairgenerator.java
package org.bouncycastle.crypto.generators;
import java.math.BigInteger;
import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
impo
www.eeworm.com/read/150409/5692628
java dhbasickeypairgenerator.java
package org.bouncycastle.crypto.generators;
import java.math.BigInteger;
import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
impo