R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
  packageStartupMessage('NOTE: this is an academic research implementation of homomorphic encryption schemes and no warranty of correctness or security is provided.\n\nFor citation information, type citation("HomomorphicEncryption").\n')
}
iamtrask/R-Homomorphic-Encryption-Package documentation built on May 29, 2019, 2:56 p.m.