#ifndef LM_CODE_H
#define LM_CODE_H
#include "lm_trl.h"
/*
* Vendor keys: Enter keys received from Macrovision .
* Changing keys has NO impact on license files
* (unlike LM_SEEDs).
*/
#define VENDOR_KEY1 0x22cbada4
#define VENDOR_KEY2 0x9a64f38a
#define VENDOR_KEY3 0xef959662
#define VENDOR_KEY4 0x798c5baa
#define VENDOR_KEY5 0x796238cc
/*
* Vendor name. Leave "demo" if evaluating. Otherwise,
* set to your vendor daemon name.
*/
#define VENDOR_NAME "xilinxd"
/*
* Private SEEDs: Make up 3, 8-hex-char numbers, replace and
* guard securely. You can also use the command
* 'lmrand1 -seed' to make these numbers up
*/
#define LM_SEED1 0x73a75fa0
#define LM_SEED2 0x341a909f
#define LM_SEED3 0xcacac961
#define ENCRYPTION_SEED1 0x4ce8772f
#define ENCRYPTION_SEED2 0x5e21c95a
/*
* Pick an LM_STRENGTH:
*/
#define LM_STRENGTH LM_STRENGTH_LICENSE_KEY
/*
* LM_STRENGTH Options are
* LM_STRENGTH_DEFAULT:
* Public key protection unused. Use SIGN=
* attribute. sign length = 12
* TRL:
* LM_STRENGTH_113BIT, LOW: sign length= 58 chars
* LM_STRENGTH_163BIT, MEDIUM:sign length= 84 chars
* LM_STRENGTH_239BIT, HIGH: sign length=120 chars
* Pre-v7.1:
* LM_STRENGTH_LICENSE_KEY: Use old license-key.
* If you're upgrading from
* pre-v7.1, and want no changes, set this to
* LM_STRENGTH_LICENSE_KEY.
*/
/*
* TRL Keys: Provided by Macrovision Corporation, if TRL is used.
* Be sure to set LM_STRENGTH to
* LM_STRENGTH_DEFAULT, above, if TRL_KEYs are zero.
*/