﻿“NIST (ANSI/NIST-ITL 1-2000) library” for Windows 64-bit 
requires dependency “Microsoft Visual C++ 2013 Redistributable Package (x64)”.


You can download it from the address:
==============================================================
https://www.microsoft.com/en-us/download/details.aspx?id=40784

Visual C++ Redistributable Packages for Visual Studio 2013
The Visual C++ Redistributable Packages install run-time components that are required to run C++ applications that are built by using Visual Studio 2013. For an updated version of these redistributable packages, see KB 3138367.

==============================================================
https://support.microsoft.com/en-gb/topic/update-for-visual-c-2013-and-visual-c-redistributable-package-18d278e8-1c79-2630-e8ae-e9f4679b2393
Update for Visual C++ 2013 and Visual C++ Redistributable Package
Symptoms
When you use Microsoft Visual C++ 2013, you may encounter the following issues:

Heap corruption occurs because of a synchronization bug in SetLocale, and this triggers an access violation.

When you install an updated redistributable package, binaries for non-target architectures are removed. For example, after you install an update for an x86-based application, the x64 Visual C++ 2013 runtime libraries are missing. This fix makes sure that both versions of the Visual C++ redistributable are visible when you add or remove programs after installation of the update.

==============================================================


