import React from "react"; import Entry from "../../components/entry"; import Link from "../../components/Link"; import { InlineMath } from "react-katex"; import { Styled } from "theme-ui"; export default ({ data, location }) => { return ( Miyaji-Nakabayashi-Takano curves A class of pairing-friendly curves with embedding degree{" "} {`k \\in \\{3, 4, 6\\}`}. Some curves generated via this method can be found in the MNT{" "} category. References ); };