/* * Copyright 2018 Scytl Secure Electronic Voting SA * * All rights reserved * * See our extended copyright notice in *file 'Copyright.txt' which is part of this source code package */ /* jshint node:true */ 'use strict'; /** * Defines constants for the asymmetric cryptography module. */ module.exports = Object.freeze({PEM_LINE_LENGTH: 64});