Signed Source Code /
Signed Embedded Plain
Difference (last change) (Author, normal page display)
Added: 4a5,6
can also be just for C/C++ and Java |
Deleted: 20d21
+/ and /+ can be used too. |
Changed: 61c62
Add the missing /* and */ or /+ and +/. |
Add the missing /* and */. |
Embedded Signatur for plain D source files
see also SignedSourceCode
can also be just for C/C++ and Java
1/5 The Source
Verify that your source file is functional.
![]() |
|
2/5 Open Comments
Add the commend closing */ to the start of the file and the commend opening /* to the end of the file.
![]() |
|
3/5 Create Signature
gpg --out output --clearsign input
or
gpg --clearsign < input > output
![]() |
|
4/5 Close Comments
Add the missing /* and */.
![]() |
|
5/5 Verify the Signature
gpg input
or
gpg < input