ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/Ed25519.pm
(Generate patch)

Comparing Crypt-Ed25519/Ed25519.pm (file contents):
Revision 1.12 by root, Fri Aug 26 02:29:48 2016 UTC vs.
Revision 1.13 by root, Tue Feb 28 19:53:08 2017 UTC

74=cut 74=cut
75 75
76package Crypt::Ed25519; 76package Crypt::Ed25519;
77 77
78BEGIN { 78BEGIN {
79 $VERSION = 1.03; 79 $VERSION = 1.04;
80 80
81 require XSLoader; 81 require XSLoader;
82 XSLoader::load Crypt::Ed25519::, $VERSION; 82 XSLoader::load Crypt::Ed25519::, $VERSION;
83} 83}
84 84

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines