mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Using libtomcrypt as module name
This commit is contained in:
parent
7894aafa1c
commit
efdaa06c81
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import XCTest
|
||||
import TomCrypt
|
||||
import libtomcrypt
|
||||
|
||||
/* These are test keys [see file test.key] that I use to test my import/export against */
|
||||
var openssl_private_rsa: [UInt8] = [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module TomCrypt [extern_c] {
|
||||
module libtomcrypt [extern_c] {
|
||||
header "../src/headers/tomcrypt.h"
|
||||
export *
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue