The e=3 and e=65537 implementations are nearly identical, refactor
them down into one.
(cherry picked from commit 8fdbf97652)
Change-Id: I9f858204d52a0ae880170d955bf8f29fed57ee94
10 lines
229 B
Makefile
10 lines
229 B
Makefile
# Copyright 2013 The Android Open Source Project
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := rsa_test
|
|
LOCAL_SRC_FILES := rsa_test.c
|
|
LOCAL_STATIC_LIBRARIES := libmincrypt
|
|
include $(BUILD_HOST_EXECUTABLE)
|
|
|