Skip to content

Commit 1ebd31f

Browse files
committed
Remove falcon.
1 parent 87d2b88 commit 1ebd31f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

addon/wolfcrypt/pkcs7.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ Napi::Number typeof_Key_Sum(const Napi::CallbackInfo& info)
6565
{
6666
ret = DHk;
6767
}
68-
else if ( strcmp( type.c_str(), "FALCON_LEVEL1" ) == 0 )
69-
{
70-
ret = FALCON_LEVEL1k;
71-
}
72-
else if ( strcmp( type.c_str(), "FALCON_LEVEL5" ) == 0 )
73-
{
74-
ret = FALCON_LEVEL5k;
75-
}
7668

7769
return Napi::Number::New( env, ret );
7870
}

0 commit comments

Comments
 (0)