Skip to content

Commit

Permalink
Create quantum-resistance.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent 2ff28da commit ffdf02e
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// quantum-resistance.config.js

module.exports = {
// Lattice-based cryptography parameters
lattice: {
dimension: 256,
byteSize: 32
},

// Hash-based signature parameters
hash: {
algorithm: 'sha3-256',
saltSize: 16
},

// Quantum resistance parameters
quantum: {
securityLevel: 128,
errorCorrection: true
}
};

0 comments on commit ffdf02e

Please sign in to comment.